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 const_iterator end() const
Definition: LDAPControlSet.cpp:50
LDAPControlSet()
Constructs an empty std::list.
Definition: LDAPControlSet.cpp:12
bool empty() const
Definition: LDAPControlSet.cpp:39
This container class is used to store multiple LDAPCtrl-objects.
Definition: LDAPControlSet.h:19
std::list< LDAPCtrl > CtrlList
Definition: LDAPControlSet.h:14
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
const_iterator begin() const
Definition: LDAPControlSet.cpp:44
~LDAPControlSet()
Destructor.
Definition: LDAPControlSet.cpp:30
size_t size() const
Definition: LDAPControlSet.cpp:34
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
static void freeLDAPControlArray(LDAPControl **ctrl)
Definition: LDAPControlSet.cpp:76