0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
QualifiedRangeSpec.h File Reference

Declarations for QualifiedRangeSpec and QualifiedRangeSpecManaged. More...

#include <Hypertable/Lib/RangeSpec.h>
#include <Hypertable/Lib/RangeState.h>
#include <Hypertable/Lib/TableIdentifier.h>
#include <Common/ByteString.h>
#include <Common/MurmurHash.h>
#include <Common/PageArenaAllocator.h>
#include <Common/String.h>
#include <Common/Serializable.h>
#include <cassert>
#include <utility>
#include <vector>
Include dependency graph for QualifiedRangeSpec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::QualifiedRangeSpec
 Qualified (with table identifier) range specification. More...
 
class  Hypertable::QualifiedRangeSpecManaged
 Qualified (with table identifier) range specification, with storage. More...
 
struct  Hypertable::LtQualifiedRangeSpecManaged
 
class  Hypertable::QualifiedRangeHash
 
struct  Hypertable::QualifiedRangeEqual
 

Namespaces

 Hypertable
 Hypertable definitions
 

Detailed Description

Declarations for QualifiedRangeSpec and QualifiedRangeSpecManaged.

This file contains declarations for QualifiedRangeSpec and QualifiedRangeSpecManaged, classes for holding a qualified range specification, which is a range specification with the owning table identifier.

Definition in file QualifiedRangeSpec.h.