#include <RootAuxDynReader.h>
Definition at line 13 of file RootAuxDynReader.h.
◆ ~RootAuxDynReader()
| virtual RootAuxDynReader::~RootAuxDynReader |
( |
| ) |
|
|
virtualdefault |
◆ addAuxID()
| bool RootAuxDynReader::addAuxID |
( |
const SG::auxid_t & | id | ) |
|
|
inline |
Definition at line 60 of file RootAuxDynReader.h.
60 {
63 return true;
64 }
65 return false;
66}
static const auxid_t null_auxid
To signal no aux data item.
◆ 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 RootAuxDynIO::RNTupleAuxDynReader, and TBranchAuxDynReader.
◆ 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: