#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. | |
Private Types | |
typedef std::list< LDAPModification > | ListType |
Private Attributes | |
ListType | m_modList |
|
|
|
Constructs an empty list.
|
|
Copy-constructor.
|
|
Adds one element to the end of the list.
|
|
Translates the list to a 0-terminated array of LDAPMod-structures as needed by the C-API.
|
|
|