ldapsdk
0.0.1
|
This is the complete list of members for LDAPAttribute, including all inherited members.
addValue(const std::string &value) | LDAPAttribute | |
addValue(const BerValue *value) | LDAPAttribute | |
getBerValues() const | LDAPAttribute | |
getName() const | LDAPAttribute | |
getNumValues() const | LDAPAttribute | |
getValues() const | LDAPAttribute | |
isNotPrintable() const | LDAPAttribute | |
LDAPAttribute() | LDAPAttribute | |
LDAPAttribute(const LDAPAttribute &attr) | LDAPAttribute | |
LDAPAttribute(const std::string &name, const std::string &value="") | LDAPAttribute | |
LDAPAttribute(const char *name, char **values) | LDAPAttribute | |
LDAPAttribute(const std::string &name, const StringList &values) | LDAPAttribute | |
LDAPAttribute(const char *name, BerValue **values) | LDAPAttribute | |
operator<<(std::ostream &s, const LDAPAttribute &attr) | LDAPAttribute | friend |
setName(const std::string &name) | LDAPAttribute | |
setValues(char **values) | LDAPAttribute | |
setValues(BerValue **values) | LDAPAttribute | |
setValues(const StringList &values) | LDAPAttribute | |
toLDAPMod() const | LDAPAttribute | |
~LDAPAttribute() | LDAPAttribute |