libfoedus-core
FOEDUS Core Library
|
This is the complete list of members for foedus::ErrorStackBatch, including all inherited members.
clear() | foedus::ErrorStackBatch | inline |
emprace_back(ErrorStack &&error_stack) | foedus::ErrorStackBatch | inline |
ErrorStackBatch() | foedus::ErrorStackBatch | inline |
ErrorStackBatch(const ErrorStackBatch &other) | foedus::ErrorStackBatch | inline |
ErrorStackBatch(ErrorStackBatch &&other) | foedus::ErrorStackBatch | inline |
is_error() const | foedus::ErrorStackBatch | inline |
operator<<(std::ostream &o, const ErrorStackBatch &obj) | foedus::ErrorStackBatch | friend |
operator=(const ErrorStackBatch &other) | foedus::ErrorStackBatch | inline |
operator=(ErrorStackBatch &&other) | foedus::ErrorStackBatch | inline |
push_back(const ErrorStack &error_stack) | foedus::ErrorStackBatch | inline |
summarize(const char *filename, const char *func, uint32_t linenum) const | foedus::ErrorStackBatch | |
uninitialize_and_delete_all(std::vector< T * > *vec) | foedus::ErrorStackBatch | inline |