libfoedus-core
FOEDUS Core Library
|
#include "foedus/error_stack.hpp"
#include <glog/logging.h>
#include <iostream>
#include <sstream>
#include <string>
#include "foedus/assert_nd.hpp"
#include "foedus/assorted/assorted_func.hpp"
Go to the source code of this file.
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
Functions | |
std::ostream & | foedus::operator<< (std::ostream &o, const ErrorStack &obj) |
Variables | |
std::string | foedus::static_recent_dump_and_abort |
Leaves recent dump information in a static global variable so that a signal handler can pick it. More... | |