#include <LDAPEntryList.h>
Public Types | |
typedef ListType::const_iterator | const_iterator |
Public Member Functions | |
LDAPEntryList (const LDAPEntryList &el) | |
Copy-Constructor. | |
LDAPEntryList () | |
Default-Constructor. | |
~LDAPEntryList () | |
Destructor. | |
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. | |
Private Types | |
typedef std::list< LDAPEntry > | ListType |
Private Attributes | |
ListType | m_entries |
This class is used by LDAPSearchResults to store a std::list of LDAPEntry-Objects
|
|
|
|
|
Copy-Constructor.
|
|
Default-Constructor.
|
|
Destructor.
|
|
Adds an Entry to the end of the list.
|
|
|
|
|
|
|
|
|
|
|