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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPException.cpp20 m_res_string=string(ldap_err2string(res_code));
31 m_res_string = string(res_cstring);
33 m_res_string = "";
60 return m_res_string;
70 return this->m_res_string.c_str();
75 s << "Error " << e.m_res_code << ": " << e.m_res_string;
H A DLDAPException.h76 std::string m_res_string; member in class:LDAPException

Completed in 112 milliseconds