assign(const error &a_e) | error | |
clear(void) | error | |
clear_stack(void) | error | |
error(const int a_errno) | error | |
error(const int a_errno, const error_instance &a_e, const bool a_internal=false) | error | |
error(const error &a_e) | error | |
internal(bool a_i) | error | |
internal(void) const | error | |
m_errno | error | [private] |
m_internal | error | [private] |
num(int a_i) | error | |
num(void) const | error | |
operator=(const error &a_e) | error | |
push_back(const error_instance &a_e) | error | |
push_back(const error &a_e) | error | |
push_back(const std::string &a_str) | error | |
str(const std::string a_prefix="") const | error | |
type typedef | error | |
write(std::ostream &a_out, const std::string a_prefix="") const | error |