Home
last modified time | relevance | path

Searched refs:m_err_string (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPException.cpp21 m_err_string=err_string; in LDAPException()
43 m_err_string = string(err_string); in LDAPException()
45 m_err_string = ""; in LDAPException()
65 return m_err_string; in getServerMsg()
76 if (!e.m_err_string.empty()) { in operator <<()
77 s << endl << "additional info: " << e.m_err_string ; in operator <<()
H A DLDAPException.h79 std::string m_err_string; variable