libfoedus-core
FOEDUS Core Library
storage_id.cpp File Reference
#include "foedus/storage/storage_id.hpp"
#include <ostream>
#include "foedus/assorted/assorted_func.hpp"
Include dependency graph for storage_id.cpp:

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)