| libfoedus-core
    FOEDUS Core Library | 
#include "foedus/xct/xct.hpp"#include <glog/logging.h>#include <cstring>#include <ostream>#include "foedus/engine.hpp"#include "foedus/engine_options.hpp"#include "foedus/assorted/atomic_fences.hpp"#include "foedus/memory/engine_memory.hpp"#include "foedus/memory/numa_core_memory.hpp"#include "foedus/savepoint/savepoint.hpp"#include "foedus/savepoint/savepoint_manager.hpp"#include "foedus/storage/record.hpp"#include "foedus/thread/thread.hpp"#include "foedus/xct/sysxct_impl.hpp"#include "foedus/xct/xct_access.hpp"#include "foedus/xct/xct_manager.hpp"#include "foedus/xct/xct_options.hpp"
Go to the source code of this file.
| Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::xct | |
| Transaction Manager, which provides APIs to begin/commit/abort transactions. | |
| Functions | |
| std::ostream & | foedus::xct::operator<< (std::ostream &o, const Xct &v) |