Go to the documentation of this file.
7 #ifndef LDAP_URL_LIST_H
8 #define LDAP_URL_LIST_H
17 typedef std::list<LDAPUrl> ListType;
78 #endif //LDAP_URL_LIST_H
void add(const LDAPUrl &url)
Adds one element to the end of the list.
Definition: LDAPUrlList.cpp:54
~LDAPUrlList()
Destructor.
Definition: LDAPUrlList.cpp:33
This class is used to analyze and store LDAP-Urls as returned by a LDAP-Server as Referrals and Searc...
Definition: LDAPUrl.h:22
const_iterator begin() const
Definition: LDAPUrlList.cpp:46
#define DEBUG(level, arg)
Definition: debug.h:30
#define LDAP_DEBUG_DESTROY
Definition: debug.h:14
LDAPUrlList()
Constructs an empty list.
Definition: LDAPUrlList.cpp:13
const_iterator end() const
Definition: LDAPUrlList.cpp:50
#define LDAP_DEBUG_CONSTRUCT
Definition: debug.h:13
This container class is used to store multiple LDAPUrl-objects.
Definition: LDAPUrlList.h:16
size_t size() const
Definition: LDAPUrlList.cpp:38
ListType::const_iterator const_iterator
Definition: LDAPUrlList.h:20
bool empty() const
Definition: LDAPUrlList.cpp:42