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< LDAPModificationListType

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  ) 
 

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 Fri Jun 16 17:48:53 2006 for ldapsdk by  doxygen 1.4.6