0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
Cells.h File Reference
#include "Cell.h"
#include <Common/PageArenaAllocator.h>
#include <Common/StringExt.h>
#include <memory>
#include <vector>
#include <set>
Include dependency graph for Cells.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::CellsBuilder
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef PageArenaAllocator< CellHypertable::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...