#include <IRootAuxDynIO.h>
Definition at line 31 of file IRootAuxDynIO.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.
 
 
◆ 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: