#include <LDAPReferenceList.h>
Public Types | |
| typedef ListType::const_iterator | const_iterator |
Public Member Functions | |
| LDAPReferenceList () | |
| Constructs an empty list. | |
| LDAPReferenceList (const LDAPReferenceList &rl) | |
| Copy-constructor. | |
| ~LDAPReferenceList () | |
| Destructor. | |
| 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. | |
Private Types | |
| typedef std::list< LDAPSearchReference > | ListType |
Private Attributes | |
| ListType | m_refs |
Used internally only by LDAPSearchResults
|
|
|
|
|
|
|
|
Constructs an empty list.
|
|
|
Copy-constructor.
|
|
|
Destructor.
|
|
|
Adds one element to the end of the list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1