_error_code | Error | [protected] |
_error_message | Error | [protected] |
_program | Error | [protected] |
_program_type | Error | [protected] |
Error(ErrorCode ec, string msg) | Error | |
Error(string msg) | Error | |
Error() | Error | |
Error(const Error ©_from) | Error | |
get_error_code() const | Error | |
get_error_message() const | Error | |
InternalErr(const string &msg) | InternalErr | |
InternalErr(const string &file, const int &line, const string &msg) | InternalErr | |
InternalErr() | InternalErr | |
InternalErr(const InternalErr ©_from) | InternalErr | |
OK() | InternalErr | |
Error::OK() const | Error | |
operator=(const Error &rhs) | Error | |
parse(FILE *fp) | Error | |
print(FILE *out) const | Error | |
set_error_code(ErrorCode ec=undefined_error) | Error | |
set_error_message(string msg="") | Error | |
~Error() | Error | [virtual] |
~InternalErr() | InternalErr | [virtual] |