This is the complete list of members for
common::ExceptionObject, including all inherited members.
_desc | common::ExceptionObject | [private] |
_file | common::ExceptionObject | [private] |
_line | common::ExceptionObject | [private] |
ExceptionObject(const char *file="Unknown", unsigned int line=0, const char *desc="None") | common::ExceptionObject | [inline] |
ExceptionObject(const std::string &file, unsigned int line, const std::string &desc="None") | common::ExceptionObject | [inline] |
ExceptionObject(const ExceptionObject &xpt) | common::ExceptionObject | [inline] |
get_description() const | common::ExceptionObject | [inline, virtual] |
get_file() const | common::ExceptionObject | [inline, virtual] |
get_line() const | common::ExceptionObject | [inline, virtual] |
get_name_of_class() const | common::ExceptionObject | [inline, virtual] |
operator=(const ExceptionObject &xpt) | common::ExceptionObject | [inline] |
set_description(const std::string &s) | common::ExceptionObject | [inline, virtual] |
set_description(const char *s) | common::ExceptionObject | [inline, virtual] |
what() const | common::ExceptionObject | [inline, virtual] |
~ExceptionObject() | common::ExceptionObject | [inline, virtual] |