|
ldapsdk
0.0.1
|
Container class for storing a list of Search References. More...
#include <LDAPReferenceList.h>
Public Types | |
| typedef ListType::const_iterator | const_iterator |
Public Member Functions | |
| LDAPReferenceList () | |
| Constructs an empty list. More... | |
| LDAPReferenceList (const LDAPReferenceList &rl) | |
| Copy-constructor. More... | |
| ~LDAPReferenceList () | |
| Destructor. More... | |
| size_t | size () const |
| bool | empty () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| void | addReference (const LDAPSearchReference &e) |
| Adds one element to the end of the list. More... | |
Container class for storing a list of Search References.
Used internally only by LDAPSearchResults
| typedef ListType::const_iterator LDAPReferenceList::const_iterator |
| LDAPReferenceList::LDAPReferenceList | ( | ) |
Constructs an empty list.
| LDAPReferenceList::LDAPReferenceList | ( | const LDAPReferenceList & | rl | ) |
Copy-constructor.
| LDAPReferenceList::~LDAPReferenceList | ( | ) |
Destructor.
| void LDAPReferenceList::addReference | ( | const LDAPSearchReference & | e | ) |
Adds one element to the end of the list.
| e | The LDAPSearchReference to add to the list. |
Referenced by LDAPSearchResults::readMessageQueue().
| LDAPReferenceList::const_iterator LDAPReferenceList::begin | ( | ) | const |
Referenced by LDAPSearchResults::LDAPSearchResults(), and LDAPSearchResults::readMessageQueue().
| bool LDAPReferenceList::empty | ( | ) | const |
| LDAPReferenceList::const_iterator LDAPReferenceList::end | ( | ) | const |
Referenced by LDAPSearchResults::getNext().
| size_t LDAPReferenceList::size | ( | ) | const |
1.8.6