0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::RangeInfo Class Reference

Holds pointer to range and cached start and end rows. More...

#include <TableInfo.h>

Collaboration diagram for Hypertable::RangeInfo:
Collaboration graph
[legend]

Public Member Functions

 RangeInfo (const String &start_row, const String &end_row)
 Constructor. More...
 

Public Attributes

String start_row
 Cached start row of range. More...
 
String end_row
 Cached end row of range. More...
 
RangePtr range
 Smart pointer to Range object. More...
 

Detailed Description

Holds pointer to range and cached start and end rows.

Definition at line 94 of file TableInfo.h.

Constructor & Destructor Documentation

Hypertable::RangeInfo::RangeInfo ( const String start_row,
const String end_row 
)
inline

Constructor.

Parameters
start_rowStart row of range
end_rowEnd row of range

Definition at line 99 of file TableInfo.h.

Member Data Documentation

String Hypertable::RangeInfo::end_row

Cached end row of range.

Definition at line 104 of file TableInfo.h.

RangePtr Hypertable::RangeInfo::range

Smart pointer to Range object.

Definition at line 106 of file TableInfo.h.

String Hypertable::RangeInfo::start_row

Cached start row of range.

Definition at line 102 of file TableInfo.h.


The documentation for this class was generated from the following file: