|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/storage_id.hpp"#include <ostream>#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). | |
| foedus::storage | |
| Storage Manager, which implements a couple of key/value stores. | |
Functions | |
| void | foedus::storage::describe_snapshot_pointer (std::ostream *o, SnapshotPagePointer pointer) |
| std::ostream & | foedus::storage::operator<< (std::ostream &o, const VolatilePagePointer &v) |
| void | foedus::storage::describe_volatile_pointer (std::ostream *o, VolatilePagePointer pointer) |
| std::ostream & | foedus::storage::operator<< (std::ostream &o, const DualPagePointer &v) |