#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 | ( | ) |
int LdifReader::getVersion | ( | ) | const [inline] |
bool LdifReader::isChangeRecords | ( | ) | const [inline] |
bool LdifReader::isEntryRecords | ( | ) | const [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().