ldapsdk
0.0.1
|
This container class is used to store multiple LDAPModification-objects. More...
#include <LDAPModList.h>
Public Member Functions | |
LDAPModList () | |
Constructs an empty list. More... | |
LDAPModList (const LDAPModList &) | |
Copy-constructor. More... | |
void | addModification (const LDAPModification &mod) |
Adds one element to the end of the list. More... | |
LDAPMod ** | toLDAPModArray () |
Translates the list to a 0-terminated array of LDAPMod-structures as needed by the C-API. More... | |
bool | empty () const |
unsigned int | size () const |
This container class is used to store multiple LDAPModification-objects.
LDAPModList::LDAPModList | ( | ) |
Constructs an empty list.
References DEBUG, and LDAP_DEBUG_CONSTRUCT.
LDAPModList::LDAPModList | ( | const LDAPModList & | ml | ) |
Copy-constructor.
References DEBUG, and LDAP_DEBUG_CONSTRUCT.
void LDAPModList::addModification | ( | const LDAPModification & | mod | ) |
Adds one element to the end of the list.
mod | The LDAPModification to add to the std::list. |
References DEBUG, and LDAP_DEBUG_TRACE.
bool LDAPModList::empty | ( | ) | const |
unsigned int LDAPModList::size | ( | ) | const |
LDAPMod ** LDAPModList::toLDAPModArray | ( | ) |
Translates the list to a 0-terminated array of LDAPMod-structures as needed by the C-API.
References DEBUG, and LDAP_DEBUG_TRACE.
Referenced by LDAPModifyRequest::sendRequest().