ROOT 6.18/05 Reference Guide |
Stores information about the cluster in which this page resides.
Public Member Functions | |
RClusterInfo () | |
RClusterInfo (NTupleSize_t id, NTupleSize_t selfOffset, NTupleSize_t pointeeOffset) | |
NTupleSize_t | GetId () const |
NTupleSize_t | GetPointeeOffset () const |
NTupleSize_t | GetSelfOffset () const |
Private Attributes | |
NTupleSize_t | fId |
The cluster number. More... | |
NTupleSize_t | fPointeeOffset |
For offset columns, also store the cluster offset of the column being referenced. More... | |
NTupleSize_t | fSelfOffset |
The first element index of the column in this cluster. More... | |
#include <ROOT/RPage.hxx>
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |