SObjectizer
5.5
|
This is the complete list of members for so_5::exception_t, including all inherited members.
base_type_t typedef | so_5::exception_t | private |
error_code() const SO_5_NOEXCEPT | so_5::exception_t | inline |
exception_t(const std::string &error_descr, int error_code) | so_5::exception_t | inline |
exception_t(const exception_t &)=default | so_5::exception_t | |
exception_t(exception_t &&)=default | so_5::exception_t | |
m_error_code | so_5::exception_t | private |
operator=(exception_t &o)=default | so_5::exception_t | |
operator=(exception_t &&o)=default | so_5::exception_t | |
raise(const char *file_name, unsigned int line_number, const std::string &error_descr, int error_code) | so_5::exception_t | static |