libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/masstree/masstree_page_impl.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <ostream>
#include <string>
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. | |
foedus::storage::masstree | |
Masstree Storage, 64-bit B-tries with internal B-trees. | |
Functions | |
std::ostream & | foedus::storage::masstree::operator<< (std::ostream &o, const MasstreePage &v) |
void | foedus::storage::masstree::describe_masstree_page_common (std::ostream *o_ptr, const MasstreePage &v) |
std::ostream & | foedus::storage::masstree::operator<< (std::ostream &o, const MasstreeIntermediatePage &v) |
std::ostream & | foedus::storage::masstree::operator<< (std::ostream &o, const MasstreeBorderPage &v) |