List of all members.
Public Member Functions |
| exception (const std::string &msg) |
| exception (const char *const msg) |
virtual const char * | what () const throw () |
Protected Member Functions |
void | set_what_msg (const char *const msg=NULL, const std::string *const arg1=NULL, const std::string *const arg2=NULL, const std::string *const arg3=NULL) const |
virtual void | update_what_msg () const |
Protected Attributes |
std::string | m_what_msg |
Detailed Description
Definition at line 34 of file error.hpp.
The documentation for this class was generated from the following file: