#include "Cell.h"
#include <Common/PageArenaAllocator.h>
#include <Common/StringExt.h>
#include <memory>
#include <vector>
#include <set>
Go to the source code of this file.
Classes | |
class | Hypertable::CellsBuilder |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef PageArenaAllocator< Cell > | Hypertable::CellAlloc |
typedef std::vector< Cell, CellAlloc > | Hypertable::Cells |
typedef std::pair< Cell, int > | Hypertable::FailedMutation |
typedef std::vector < FailedMutation > | Hypertable::FailedMutations |
typedef std::shared_ptr < CellsBuilder > | Hypertable::CellsBuilderPtr |
Smart pointer to CellsBuilder. More... | |