ldapsdk
0.0.1
|
For internal use only. More...
#include <LDAPEntryList.h>
Public Types | |
typedef ListType::const_iterator | const_iterator |
Public Member Functions | |
LDAPEntryList (const LDAPEntryList &el) | |
Copy-Constructor. More... | |
LDAPEntryList () | |
Default-Constructor. More... | |
~LDAPEntryList () | |
Destructor. More... | |
size_t | size () const |
bool | empty () const |
const_iterator | begin () const |
const_iterator | end () const |
void | addEntry (const LDAPEntry &e) |
Adds an Entry to the end of the list. More... | |
For internal use only.
This class is used by LDAPSearchResults to store a std::list of LDAPEntry-Objects
typedef ListType::const_iterator LDAPEntryList::const_iterator |
LDAPEntryList::LDAPEntryList | ( | const LDAPEntryList & | el | ) |
Copy-Constructor.
LDAPEntryList::LDAPEntryList | ( | ) |
Default-Constructor.
LDAPEntryList::~LDAPEntryList | ( | ) |
Destructor.
void LDAPEntryList::addEntry | ( | const LDAPEntry & | e | ) |
Adds an Entry to the end of the list.
Referenced by LDAPSearchResults::readMessageQueue().
LDAPEntryList::const_iterator LDAPEntryList::begin | ( | ) | const |
Referenced by LDAPSearchResults::LDAPSearchResults(), and LDAPSearchResults::readMessageQueue().
bool LDAPEntryList::empty | ( | ) | const |
LDAPEntryList::const_iterator LDAPEntryList::end | ( | ) | const |
Referenced by LDAPSearchResults::getNext().
size_t LDAPEntryList::size | ( | ) | const |