Column reader type that deals with values read from RDataSources.
Definition at line 23 of file RDSColumnReader.hxx.
Public Member Functions | |
| RDSColumnReader (void *DSValuePtr) | |
| template<typename T> | |
| T * | TryGet (Long64_t entry) |
| Return the column value for the given entry. | |
Private Member Functions | |
| void * | GetImpl (Long64_t) final |
Private Attributes | |
| T ** | fDSValuePtr = nullptr |
#include <ROOT/RDF/RDSColumnReader.hxx>
|
inline |
Definition at line 29 of file RDSColumnReader.hxx.
|
inlinefinalprivatevirtual |
Implements ROOT::Detail::RDF::RColumnReaderBase.
Definition at line 26 of file RDSColumnReader.hxx.
|
inlineinherited |
Return the column value for the given entry.
| T | The column type |
| entry | The entry number |
The caller is responsible for checking that the returned value actually exists.
Definition at line 39 of file RColumnReaderBase.hxx.
|
private |
Definition at line 24 of file RDSColumnReader.hxx.