libfoedus-core
FOEDUS Core Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
error_stack.cpp File Reference
#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"
Include dependency graph for error_stack.cpp:

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...