#include <RootAuxDynIO.h>
Definition at line 64 of file RootAuxDynIO.h.
◆ ~IRootAuxDynReader()
virtual RootAuxDynIO::IRootAuxDynReader::~IRootAuxDynReader |
( |
| ) |
|
|
inlinevirtual |
◆ addReaderToObject()
virtual void RootAuxDynIO::IRootAuxDynReader::addReaderToObject |
( |
void * |
object, |
|
|
size_t |
row, |
|
|
std::recursive_mutex * |
iomtx = nullptr |
|
) |
| |
|
pure virtual |
Attach specialized AuxStore for reading dynamic attributes.
- Parameters
-
object | object instance to which the store will be attached to - has to be an instance of the type the reader was created for |
ttree_row | Use this method to instrument an AuxStore object AFTER it was read (every time it is read) This will attach its dynamic attributes with read-on-demand capability |
Implemented in TBranchAuxDynReader, and RootAuxDynIO::RNTupleAuxDynReader.
◆ auxIDs()
◆ getBytesRead()
virtual size_t RootAuxDynIO::IRootAuxDynReader::getBytesRead |
( |
| ) |
const |
|
pure virtual |
◆ resetBytesRead()
virtual void RootAuxDynIO::IRootAuxDynReader::resetBytesRead |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: