libfoedus-core
FOEDUS Core Library
|
This is the complete list of members for foedus::ErrorStack, including all inherited members.
append_custom_message(const char *more_custom_message) | foedus::ErrorStack | inline |
clear_custom_message() | foedus::ErrorStack | inline |
Constants enum name | foedus::ErrorStack | |
copy_custom_message(const char *message) | foedus::ErrorStack | inline |
dump_and_abort(const char *abort_message) const | foedus::ErrorStack | |
ErrorStack() | foedus::ErrorStack | inline |
ErrorStack(ErrorCode code) | foedus::ErrorStack | inlineexplicit |
ErrorStack(const char *filename, const char *func, uint32_t linenum, ErrorCode code, const char *custom_message=nullptr) | foedus::ErrorStack | inline |
ErrorStack(const ErrorStack &other) | foedus::ErrorStack | inline |
ErrorStack(const ErrorStack &other, const char *filename, const char *func, uint32_t linenum, const char *more_custom_message=nullptr) | foedus::ErrorStack | inline |
get_custom_message() const | foedus::ErrorStack | inline |
get_error_code() const | foedus::ErrorStack | inline |
get_filename(uint16_t stack_index) const | foedus::ErrorStack | inline |
get_func(uint16_t stack_index) const | foedus::ErrorStack | inline |
get_linenum(uint16_t stack_index) const | foedus::ErrorStack | inline |
get_message() const | foedus::ErrorStack | inline |
get_os_errno() const | foedus::ErrorStack | inline |
get_recent_dump_and_abort() | foedus::ErrorStack | static |
get_stack_depth() const | foedus::ErrorStack | inline |
is_error() const | foedus::ErrorStack | inline |
kMaxStackDepth enum value | foedus::ErrorStack | |
operator<<(std::ostream &o, const ErrorStack &obj) | foedus::ErrorStack | friend |
operator=(const ErrorStack &other) | foedus::ErrorStack | inline |
output(std::ostream *ptr) const | foedus::ErrorStack | |
verify() const | foedus::ErrorStack | inline |
~ErrorStack() | foedus::ErrorStack | inline |