Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Detail::RDF::RColumnReaderBase Class Referenceabstract

Definition at line 28 of file RColumnReaderBase.hxx.

Public Member Functions

virtual ~RColumnReaderBase ()=default
 
template<typename T >
T * TryGet (Long64_t entry)
 Return the column value for the given entry.
 

Private Member Functions

virtual void * GetImpl (Long64_t entry)=0
 

#include <ROOT/RDF/RColumnReaderBase.hxx>

Inheritance diagram for ROOT::Detail::RDF::RColumnReaderBase:
[legend]

Constructor & Destructor Documentation

◆ ~RColumnReaderBase()

virtual ROOT::Detail::RDF::RColumnReaderBase::~RColumnReaderBase ( )
virtualdefault

Member Function Documentation

◆ GetImpl()

◆ TryGet()

template<typename T >
T * ROOT::Detail::RDF::RColumnReaderBase::TryGet ( Long64_t  entry)
inline

Return the column value for the given entry.

Template Parameters
TThe column type
Parameters
entryThe entry number

The caller is responsible for checking that the returned value actually exists.

Definition at line 39 of file RColumnReaderBase.hxx.


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