11#ifndef ROOT_RDF_RDEFINEREADER
12#define ROOT_RDF_RDEFINEREADER
35 void *fCustomValuePtr =
nullptr;
38 unsigned int fSlot = std::numeric_limits<unsigned int>::max();
42 fDefine.
Update(fSlot, entry);
43 return fCustomValuePtr;
48 : fDefine(define), fCustomValuePtr(define.GetValuePtr(slot)), fSlot(slot)
virtual void Update(unsigned int slot, Long64_t entry)=0
Update the value at the address returned by GetValuePtr with the content corresponding to the given e...
Column reader for defined (aka custom) columns.
void * GetImpl(Long64_t entry) final
RDefineReader(unsigned int slot, RDFDetail::RDefineBase &define, const std::type_info &tid)
RDFDetail::RDefineBase & fDefine
Non-owning reference to the node responsible for the custom column. Needed when querying custom value...
void CheckDefineType(RDFDetail::RDefineBase &define, const std::type_info &tid)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...