7 #ifndef LDAP_CONTROL_SET_H
8 #define LDAP_CONTROL_SET_H
20 typedef CtrlList::const_iterator const_iterator;
66 const_iterator
begin()
const;
72 const_iterator
end()
const;
89 #endif //LDAP_CONTROL_SET_H
size_t size() const
Definition: LDAPControlSet.cpp:34
LDAPControlSet()
Constructs an empty std::list.
Definition: LDAPControlSet.cpp:12
const_iterator begin() const
Definition: LDAPControlSet.cpp:44
This container class is used to store multiple LDAPCtrl-objects.
Definition: LDAPControlSet.h:19
std::list< LDAPCtrl > CtrlList
Definition: LDAPControlSet.h:14
~LDAPControlSet()
Destructor.
Definition: LDAPControlSet.cpp:30
LDAPControl ** toLDAPControlArray() const
Translates the list to a 0-terminated array of pointers to LDAPControl-structures as needed by the C-...
Definition: LDAPControlSet.cpp:60
bool empty() const
Definition: LDAPControlSet.cpp:39
This class is used to store Controls.
Definition: LDAPControl.h:17
void add(const LDAPCtrl &ctrl)
Adds one element to the end of the list.
Definition: LDAPControlSet.cpp:55
const_iterator end() const
Definition: LDAPControlSet.cpp:50
static void freeLDAPControlArray(LDAPControl **ctrl)
Definition: LDAPControlSet.cpp:76