Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RColumnSwitch Class Reference

Holds the index and the tag of a kSwitch column.

Definition at line 330 of file RNTupleTypes.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/RNTupleTypes.hxx>

Constructor & Destructor Documentation

◆ RColumnSwitch() [1/2]

◆ RColumnSwitch() [2/2]

Definition at line 337 of file RNTupleTypes.hxx.

Member Function Documentation

◆ GetIndex()

◆ GetTag()

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

Definition at line 339 of file RNTupleTypes.hxx.

Member Data Documentation

◆ fIndex

◆ fTag

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

Definition at line 333 of file RNTupleTypes.hxx.


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