Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RColumnSwitch Class Reference

Holds the index and the tag of a kSwitch column.

Definition at line 288 of file RNTupleUtil.hxx.

Public Member Functions

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

Private Attributes

ROOT::NTupleSize_t fIndex
 
std::uint32_t fTag = 0
 

#include <ROOT/RNTupleUtil.hxx>

Constructor & Destructor Documentation

◆ RColumnSwitch() [1/2]

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

◆ RColumnSwitch() [2/2]

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

Definition at line 295 of file RNTupleUtil.hxx.

Member Function Documentation

◆ GetIndex()

ROOT::NTupleSize_t ROOT::Experimental::Internal::RColumnSwitch::GetIndex ( ) const
inline

Definition at line 296 of file RNTupleUtil.hxx.

◆ GetTag()

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

Definition at line 297 of file RNTupleUtil.hxx.

Member Data Documentation

◆ fIndex

ROOT::NTupleSize_t ROOT::Experimental::Internal::RColumnSwitch::fIndex
private

Definition at line 290 of file RNTupleUtil.hxx.

◆ fTag

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

Definition at line 291 of file RNTupleUtil.hxx.

Libraries for ROOT::Experimental::Internal::RColumnSwitch:

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