Logo ROOT  
Reference Guide
ROOT::Experimental::RColumnSwitch Class Reference

Holds the index and the tag of a kSwitch column.

Definition at line 62 of file RNTupleUtil.hxx.

Public Member Functions

 RColumnSwitch ()=default
 
 RColumnSwitch (ClusterSize_t index, std::uint32_t tag)
 
ClusterSize_t GetIndex () const
 
std::uint32_t GetTag () const
 

Private Attributes

ClusterSize_t fIndex
 
std::uint32_t fTag = 0
 

#include <ROOT/RNTupleUtil.hxx>

Constructor & Destructor Documentation

◆ RColumnSwitch() [1/2]

ROOT::Experimental::RColumnSwitch::RColumnSwitch ( )
default

◆ RColumnSwitch() [2/2]

ROOT::Experimental::RColumnSwitch::RColumnSwitch ( ClusterSize_t  index,
std::uint32_t  tag 
)
inline

Definition at line 69 of file RNTupleUtil.hxx.

Member Function Documentation

◆ GetIndex()

ClusterSize_t ROOT::Experimental::RColumnSwitch::GetIndex ( ) const
inline

Definition at line 70 of file RNTupleUtil.hxx.

◆ GetTag()

std::uint32_t ROOT::Experimental::RColumnSwitch::GetTag ( ) const
inline

Definition at line 71 of file RNTupleUtil.hxx.

Member Data Documentation

◆ fIndex

ClusterSize_t ROOT::Experimental::RColumnSwitch::fIndex
private

Definition at line 64 of file RNTupleUtil.hxx.

◆ fTag

std::uint32_t ROOT::Experimental::RColumnSwitch::fTag = 0
private

Definition at line 65 of file RNTupleUtil.hxx.

Libraries for ROOT::Experimental::RColumnSwitch:
[legend]

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