#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 |
typedef std::list<LDAPModification> LDAPModList::ListType [private] |
| LDAPModList::LDAPModList | ( | ) |
Constructs an empty list.
| LDAPModList::LDAPModList | ( | const LDAPModList & | ml | ) |
Copy-constructor.
| void LDAPModList::addModification | ( | const LDAPModification & | mod | ) |
Adds one element to the end of the list.
| mod | The LDAPModification to add to the std::list. |
| LDAPMod ** LDAPModList::toLDAPModArray | ( | ) |
Translates the list to a 0-terminated array of LDAPMod-structures as needed by the C-API.
ListType LDAPModList::m_modList [private] |
1.5.3