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::RangeData Class Reference

Holds pointers to a Range and associated Range::MaintenanceData. More...

#include <TableInfo.h>

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

Public Member Functions

 RangeData (RangePtr r, Range::MaintenanceData *md=0)
 Constructor. More...
 

Public Attributes

RangePtr range
 Pointer to Range. More...
 
Range::MaintenanceDatadata
 Pointer to maintenance data for range. More...
 

Detailed Description

Holds pointers to a Range and associated Range::MaintenanceData.

Definition at line 55 of file TableInfo.h.

Constructor & Destructor Documentation

Hypertable::RangeData::RangeData ( RangePtr  r,
Range::MaintenanceData md = 0 
)
inline

Constructor.

Parameters
rSmart pointer to Range
mdPointer to maintenance data associated with r.

Definition at line 60 of file TableInfo.h.

Member Data Documentation

Range::MaintenanceData* Hypertable::RangeData::data

Pointer to maintenance data for range.

Definition at line 66 of file TableInfo.h.

RangePtr Hypertable::RangeData::range

Pointer to Range.

Definition at line 63 of file TableInfo.h.


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