7 #ifndef LDAP_REFERENCE_LIST_H
8 #define LDAP_REFERENCE_LIST_H
21 typedef std::list<LDAPSearchReference> ListType;
56 const_iterator
begin()
const;
62 const_iterator
end()
const;
73 #endif // LDAP_REFERENCE_LIST_H
const_iterator end() const
Definition: LDAPReferenceList.cpp:33
bool empty() const
Definition: LDAPReferenceList.cpp:25
This class is used to represent Continuation References that were returned during a SEARCH-Operation...
Definition: LDAPSearchReference.h:21
size_t size() const
Definition: LDAPReferenceList.cpp:21
const_iterator begin() const
Definition: LDAPReferenceList.cpp:29
LDAPReferenceList()
Constructs an empty list.
Definition: LDAPReferenceList.cpp:11
~LDAPReferenceList()
Destructor.
Definition: LDAPReferenceList.cpp:18
Container class for storing a list of Search References.
Definition: LDAPReferenceList.h:20
void addReference(const LDAPSearchReference &e)
Adds one element to the end of the list.
Definition: LDAPReferenceList.cpp:37
ListType::const_iterator const_iterator
Definition: LDAPReferenceList.h:24