ldapsdk
0.0.1
|
#include <LdifReader.h>
Public Member Functions | |
LdifReader (std::istream &input) | |
bool | isEntryRecords () const |
bool | isChangeRecords () const |
int | getVersion () const |
LDAPEntry | getEntryRecord () |
int | readNextRecord (bool first=false) |
LdifReader::LdifReader | ( | std::istream & | input | ) |
References DEBUG, LDAP_DEBUG_TRACE, and readNextRecord().
LDAPEntry LdifReader::getEntryRecord | ( | ) |
|
inline |
|
inline |
|
inline |
int LdifReader::readNextRecord | ( | bool | first = false | ) |
References LDAPMsg::ADD_REQUEST, DEBUG, LDAPMsg::DELETE_REQUEST, LDAP_DEBUG_TRACE, LDAPMsg::MODIFY_REQUEST, LDAPMsg::MODRDN_REQUEST, and LDAPMsg::SEARCH_ENTRY.
Referenced by LdifReader().