LDAPModList Class Reference

This container class is used to store multiple LDAPModification-objects. More...

#include <LDAPModList.h>

List of all members.

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


Detailed Description

This container class is used to store multiple LDAPModification-objects.

Member Typedef Documentation

typedef std::list<LDAPModification> LDAPModList::ListType [private]


Constructor & Destructor Documentation

LDAPModList::LDAPModList (  ) 

Constructs an empty list.

LDAPModList::LDAPModList ( const LDAPModList ml  ) 

Copy-constructor.


Member Function Documentation

void LDAPModList::addModification ( const LDAPModification mod  ) 

Adds one element to the end of the list.

Parameters:
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.


Member Data Documentation

ListType LDAPModList::m_modList [private]


The documentation for this class was generated from the following files:
Generated on Sat Sep 22 10:21:53 2007 for ldapsdk by  doxygen 1.5.3