#include <LDAPModList.h>
Public Member Functions | |
| LDAPModList () | |
| Constructs an empty list. | |
| LDAPModList (const LDAPModList &) | |
| Copy-constructor. | |
| void | addModification (const LDAPModification &mod) |
| Adds one element to the end of the list. | |
| LDAPMod ** | toLDAPModArray () |
| Translates the list to a 0-terminated array of LDAPMod-structures as needed by the C-API. | |
| bool | empty () const |
| unsigned int | size () const |
| LDAPModList::LDAPModList | ( | ) |
| LDAPModList::LDAPModList | ( | const LDAPModList & | ml | ) |
| 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.
| 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().
| bool LDAPModList::empty | ( | ) | const |
| unsigned int LDAPModList::size | ( | ) | const |
1.5.6