libfoedus-core
FOEDUS Core Library
error_stack_batch.hpp File Reference
#include <iosfwd>
#include <vector>
#include "foedus/cxx11.hpp"
#include "foedus/error_stack.hpp"
Include dependency graph for error_stack_batch.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  foedus::ErrorStackBatch
 Batches zero or more ErrorStack objects to represent in one ErrorStack. More...
 

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 

Macros

#define SUMMARIZE_ERROR_BATCH(x)   x.summarize(__FILE__, __FUNCTION__, __LINE__)
 This macro calls ErrorStackBatch::summarize() with automatically provided parameters. More...