Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPException.cpp20 m_res_string=string(ldap_err2string(res_code)); in LDAPException()
31 m_res_string = string(res_cstring); in LDAPException()
33 m_res_string = ""; in LDAPException()
60 return m_res_string; in getResultMsg()
70 return this->m_res_string.c_str(); in what()
75 s << "Error " << e.m_res_code << ": " << e.m_res_string; in operator <<()
H A DLDAPException.h78 std::string m_res_string; variable