xLDAPattribute Class Reference
Detailed Description
Definition at line 173 of file xldaplite.h.
Public Member Functions | |
| xLDAPattribute (xLDAPiterator &) | |
| ~xLDAPattribute () | |
| operator bool (void) | |
| void | operator++ (void) |
| const char * | attribute () |
| const char * | firstValue () |
| const char * | nextValue () |
Protected Member Functions | |
| void | clearAttribute () |
| void | clearValues () |
Protected Attributes | |
| xLDAPiterator * | m_Iterator |
| char * | m_Attribute |
| char ** | m_Values |
| char ** | m_CurrentValue |
The documentation for this class was generated from the following files:

