ldapsdk 0.0.1
Public Types | Public Member Functions

LDAPEntryList Class Reference

For internal use only. More...

#include <LDAPEntryList.h>

List of all members.

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.

Detailed Description

For internal use only.

This class is used by LDAPSearchResults to store a std::list of LDAPEntry-Objects


Member Typedef Documentation

typedef ListType::const_iterator LDAPEntryList::const_iterator

Constructor & Destructor Documentation

LDAPEntryList::LDAPEntryList ( const LDAPEntryList el)

Copy-Constructor.

LDAPEntryList::LDAPEntryList ( )

Default-Constructor.

LDAPEntryList::~LDAPEntryList ( )

Destructor.


Member Function Documentation

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
Returns:
An iterator pointing to the first element of the list.

Referenced by LDAPSearchResults::LDAPSearchResults(), and LDAPSearchResults::readMessageQueue().

bool LDAPEntryList::empty ( ) const
Returns:
true if there are zero entries currently stored in the list.
LDAPEntryList::const_iterator LDAPEntryList::end ( ) const
Returns:
An iterator pointing to the end of the list

Referenced by LDAPSearchResults::getNext().

size_t LDAPEntryList::size ( ) const
Returns:
The number of entries currently stored in the list.

The documentation for this class was generated from the following files: