#include <LDAPUrlList.h>
Public Types | |
| typedef ListType::const_iterator | const_iterator |
Public Member Functions | |
| LDAPUrlList () | |
| Constructs an empty list. | |
| LDAPUrlList (const LDAPUrlList &urls) | |
| Copy-constructor. | |
| LDAPUrlList (char **urls) | |
| For internal use only. | |
| ~LDAPUrlList () | |
| Destructor. | |
| size_t | size () const |
| |
| bool | empty () const |
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| void | add (const LDAPUrl &url) |
| Adds one element to the end of the list. | |
Private Types | |
| typedef std::list < LDAPUrl > | ListType |
Private Attributes | |
| ListType | m_urls |
typedef std::list<LDAPUrl> LDAPUrlList::ListType [private] |
| typedef ListType::const_iterator LDAPUrlList::const_iterator |
| LDAPUrlList::LDAPUrlList | ( | ) |
Constructs an empty list.
| LDAPUrlList::LDAPUrlList | ( | const LDAPUrlList & | urls | ) |
Copy-constructor.
| LDAPUrlList::LDAPUrlList | ( | char ** | urls | ) |
For internal use only.
This constructor is used by the library internally to create a std::list of URLs from a array of C-strings that was return by the C-API
| LDAPUrlList::~LDAPUrlList | ( | ) |
Destructor.
| size_t LDAPUrlList::size | ( | ) | const |
| bool LDAPUrlList::empty | ( | ) | const |
| LDAPUrlList::const_iterator LDAPUrlList::begin | ( | ) | const |
| LDAPUrlList::const_iterator LDAPUrlList::end | ( | ) | const |
| void LDAPUrlList::add | ( | const LDAPUrl & | url | ) |
Adds one element to the end of the list.
| attr | The attribute to add to the list. |
ListType LDAPUrlList::m_urls [private] |
1.5.3