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
const_iterator begin() const
Definition: LDAPUrlList.cpp:46
LDAPUrlList()
Constructs an empty list.
Definition: LDAPUrlList.cpp:13
This container class is used to store multiple LDAPUrl-objects.
Definition: LDAPUrlList.h:16
bool empty() const
Definition: LDAPUrlList.cpp:42
~LDAPUrlList()
Destructor.
Definition: LDAPUrlList.cpp:33
ListType::const_iterator const_iterator
Definition: LDAPUrlList.h:20
size_t size() const
Definition: LDAPUrlList.cpp:38
const_iterator end() const
Definition: LDAPUrlList.cpp:50
This class is used to analyze and store LDAP-Urls as returned by a LDAP-Server as Referrals and Searc...
Definition: LDAPUrl.h:22