#include <RootAuxDynReader.h>
Definition at line 13 of file RootAuxDynReader.h.
◆ ~RootAuxDynReader()
virtual RootAuxDynReader::~RootAuxDynReader |
( |
| ) |
|
|
virtualdefault |
◆ addAuxID()
◆ addBytes()
void RootAuxDynReader::addBytes |
( |
size_t |
bytes | ) |
|
|
inline |
◆ addReaderToObject()
virtual void RootAuxDynIO::IRootAuxDynReader::addReaderToObject |
( |
void * |
object, |
|
|
size_t |
row, |
|
|
std::recursive_mutex * |
iomtx = nullptr |
|
) |
| |
|
pure virtualinherited |
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()
Aux IDs of all the Aux attributes belonging to the Aux container being read.
Definition at line 55 of file RootAuxDynReader.h.
◆ getBytesRead()
size_t RootAuxDynReader::getBytesRead |
( |
| ) |
const |
|
inlinevirtual |
◆ resetBytesRead()
void RootAuxDynReader::resetBytesRead |
( |
| ) |
|
|
inlinevirtual |
◆ m_auxids
◆ m_bytesRead
size_t RootAuxDynReader::m_bytesRead = 0 |
|
protected |
The documentation for this class was generated from the following file: