![]() |
Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
The internal ROOT I/O record class. More...
#include <bayeux/brio/detail/brio_record.h>
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... | |
The internal ROOT I/O record class.
| brio_record::brio_record | ( | ) |
Constructor.
|
virtual |
Destructor.
| void brio_record::reset | ( | ) |
Reset the internal data.
| TArrayCMod brio_record::fDataBuffer |
The buffer of bytes that contains the Boost archive associated to the serialized data.
| TString brio_record::fSerialTag |
The serialization tag of the data class.
| UInt_t brio_record::fVersionTag |
The serialization version number of the data class.
1.8.15