Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Public Attributes | List of all members
brio_record Class Reference

The internal ROOT I/O record class. More...

#include <bayeux/brio/detail/brio_record.h>

Inheritance diagram for brio_record:

Public Member Functions

 brio_record ()
 Constructor. More...
 
virtual ~brio_record ()
 Destructor. More...
 
void reset ()
 Reset the internal data. More...
 

Public Attributes

TString fSerialTag
 The serialization tag of the data class. More...
 
UInt_t fVersionTag
 The serialization version number of the data class. More...
 
TArrayCMod fDataBuffer
 The buffer of bytes that contains the Boost archive associated to the serialized data. More...
 

Detailed Description

The internal ROOT I/O record class.

Constructor & Destructor Documentation

◆ brio_record()

brio_record::brio_record ( )

Constructor.

◆ ~brio_record()

virtual brio_record::~brio_record ( )
virtual

Destructor.

Member Function Documentation

◆ reset()

void brio_record::reset ( )

Reset the internal data.

Member Data Documentation

◆ fDataBuffer

TArrayCMod brio_record::fDataBuffer

The buffer of bytes that contains the Boost archive associated to the serialized data.

◆ fSerialTag

TString brio_record::fSerialTag

The serialization tag of the data class.

◆ fVersionTag

UInt_t brio_record::fVersionTag

The serialization version number of the data class.


The documentation for this class was generated from the following file: