ldapsdk  0.0.1
Public Types | Public Member Functions | List of all members
LDAPEntryList Class Reference

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...
 

Detailed Description

For internal use only.

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

Member Typedef Documentation

◆ const_iterator

typedef ListType::const_iterator LDAPEntryList::const_iterator

Constructor & Destructor Documentation

◆ LDAPEntryList() [1/2]

LDAPEntryList::LDAPEntryList ( const LDAPEntryList el)

Copy-Constructor.

◆ LDAPEntryList() [2/2]

LDAPEntryList::LDAPEntryList ( )

Default-Constructor.

◆ ~LDAPEntryList()

LDAPEntryList::~LDAPEntryList ( )

Destructor.

Member Function Documentation

◆ addEntry()

void LDAPEntryList::addEntry ( const LDAPEntry e)

Adds an Entry to the end of the list.

Referenced by LDAPSearchResults::readMessageQueue().

◆ begin()

LDAPEntryList::const_iterator LDAPEntryList::begin ( ) const
Returns
An iterator pointing to the first element of the list.

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

◆ empty()

bool LDAPEntryList::empty ( ) const
Returns
true if there are zero entries currently stored in the list.

◆ end()

LDAPEntryList::const_iterator LDAPEntryList::end ( ) const
Returns
An iterator pointing to the end of the list

Referenced by LDAPSearchResults::getNext().

◆ size()

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: