Logo ROOT   6.18/05
Reference Guide
List of all members | Classes | Public Member Functions | Private Attributes | Friends | List of all members
ROOT::Experimental::RClusterDescriptor Class Reference

Definition at line 86 of file RNTupleDescriptor.hxx.

Classes

struct  RColumnInfo
 

Public Member Functions

RColumnInfo GetColumnInfo (DescriptorId_t columnId) const
 
NTupleSize_t GetFirstEntryIndex () const
 
DescriptorId_t GetId () const
 
ClusterSize_t GetNEntries () const
 
RNTupleVersion GetVersion () const
 

Private Attributes

DescriptorId_t fClusterId = kInvalidDescriptorId
 
std::unordered_map< DescriptorId_t, RColumnInfofColumnInfos
 
NTupleSize_t fFirstEntryIndex = kInvalidNTupleIndex
 
ClusterSize_t fNEntries = kInvalidClusterIndex
 
RNTupleVersion fVersion
 

Friends

class RNTupleDescriptorBuilder
 

#include <ROOT/RNTupleDescriptor.hxx>

Member Function Documentation

◆ GetColumnInfo()

RColumnInfo ROOT::Experimental::RClusterDescriptor::GetColumnInfo ( DescriptorId_t  columnId) const
inline

Definition at line 108 of file RNTupleDescriptor.hxx.

◆ GetFirstEntryIndex()

NTupleSize_t ROOT::Experimental::RClusterDescriptor::GetFirstEntryIndex ( ) const
inline

Definition at line 106 of file RNTupleDescriptor.hxx.

◆ GetId()

DescriptorId_t ROOT::Experimental::RClusterDescriptor::GetId ( ) const
inline

Definition at line 104 of file RNTupleDescriptor.hxx.

◆ GetNEntries()

ClusterSize_t ROOT::Experimental::RClusterDescriptor::GetNEntries ( ) const
inline

Definition at line 107 of file RNTupleDescriptor.hxx.

◆ GetVersion()

RNTupleVersion ROOT::Experimental::RClusterDescriptor::GetVersion ( ) const
inline

Definition at line 105 of file RNTupleDescriptor.hxx.

Friends And Related Function Documentation

◆ RNTupleDescriptorBuilder

friend class RNTupleDescriptorBuilder
friend

Definition at line 87 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fClusterId

DescriptorId_t ROOT::Experimental::RClusterDescriptor::fClusterId = kInvalidDescriptorId
private

Definition at line 97 of file RNTupleDescriptor.hxx.

◆ fColumnInfos

std::unordered_map<DescriptorId_t, RColumnInfo> ROOT::Experimental::RClusterDescriptor::fColumnInfos
private

Definition at line 101 of file RNTupleDescriptor.hxx.

◆ fFirstEntryIndex

NTupleSize_t ROOT::Experimental::RClusterDescriptor::fFirstEntryIndex = kInvalidNTupleIndex
private

Definition at line 99 of file RNTupleDescriptor.hxx.

◆ fNEntries

ClusterSize_t ROOT::Experimental::RClusterDescriptor::fNEntries = kInvalidClusterIndex
private

Definition at line 100 of file RNTupleDescriptor.hxx.

◆ fVersion

RNTupleVersion ROOT::Experimental::RClusterDescriptor::fVersion
private

Definition at line 98 of file RNTupleDescriptor.hxx.


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