Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::Internal::RPage::RClusterInfo Class Reference

Stores information about the cluster in which this page resides.

Definition at line 55 of file RPage.hxx.

Public Member Functions

 RClusterInfo ()=default
 
 RClusterInfo (ROOT::NTupleSize_t id, ROOT::NTupleSize_t indexOffset)
 
ROOT::NTupleSize_t GetId () const
 
ROOT::NTupleSize_t GetIndexOffset () const
 

Private Attributes

ROOT::DescriptorId_t fId = 0
 The cluster number.
 
ROOT::NTupleSize_t fIndexOffset = 0
 The first element index of the column in this cluster.
 

#include <ROOT/RPage.hxx>

Constructor & Destructor Documentation

◆ RClusterInfo() [1/2]

ROOT::Internal::RPage::RClusterInfo::RClusterInfo ( )
default

◆ RClusterInfo() [2/2]

ROOT::Internal::RPage::RClusterInfo::RClusterInfo ( ROOT::NTupleSize_t id,
ROOT::NTupleSize_t indexOffset )
inline

Definition at line 64 of file RPage.hxx.

Member Function Documentation

◆ GetId()

ROOT::NTupleSize_t ROOT::Internal::RPage::RClusterInfo::GetId ( ) const
inline

Definition at line 65 of file RPage.hxx.

◆ GetIndexOffset()

ROOT::NTupleSize_t ROOT::Internal::RPage::RClusterInfo::GetIndexOffset ( ) const
inline

Definition at line 66 of file RPage.hxx.

Member Data Documentation

◆ fId

ROOT::DescriptorId_t ROOT::Internal::RPage::RClusterInfo::fId = 0
private

The cluster number.

Definition at line 58 of file RPage.hxx.

◆ fIndexOffset

ROOT::NTupleSize_t ROOT::Internal::RPage::RClusterInfo::fIndexOffset = 0
private

The first element index of the column in this cluster.

Definition at line 60 of file RPage.hxx.

Libraries for ROOT::Internal::RPage::RClusterInfo:

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