ldapsdk
0.0.1
|
This is the complete list of members for LDAPEntry, including all inherited members.
addAttribute(const LDAPAttribute &attr) | LDAPEntry | |
delAttribute(const std::string &type) | LDAPEntry | |
getAttributeByName(const std::string &name) const | LDAPEntry | |
getAttributes() const | LDAPEntry | |
getDN() const | LDAPEntry | |
LDAPEntry(const LDAPEntry &entry) | LDAPEntry | |
LDAPEntry(const std::string &dn=std::string(), const LDAPAttributeList *attrs=0) | LDAPEntry | |
LDAPEntry(const LDAPAsynConnection *ld, LDAPMessage *msg) | LDAPEntry | |
operator<<(std::ostream &s, const LDAPEntry &le) | LDAPEntry | friend |
operator=(const LDAPEntry &from) | LDAPEntry | |
replaceAttribute(const LDAPAttribute &attr) | LDAPEntry | |
setAttributes(LDAPAttributeList *attrs) | LDAPEntry | |
setDN(const std::string &dn) | LDAPEntry | |
~LDAPEntry() | LDAPEntry |