12 #ifndef BRIO_DETAIL_BRIO_RECORD_H 13 #define BRIO_DETAIL_BRIO_RECORD_H 1 21 #pragma clang diagnostic push 22 #pragma clang diagnostic ignored "-Wc++11-long-long" 23 #pragma clang diagnostic ignored "-Wshadow" 26 #pragma GCC diagnostic push 27 #pragma GCC diagnostic ignored "-Wshadow" 33 #pragma GCC diagnostic pop 36 #pragma clang diagnostic pop 67 #endif // BRIO_DETAIL_BRIO_RECORD_H virtual ~brio_record()
Destructor.
TArrayCMod fDataBuffer
The buffer of bytes that contains the Boost archive associated to the serialized data.
Definition: brio_record.h:50
TString fSerialTag
The serialization tag of the data class.
Definition: brio_record.h:48
void reset()
Reset the internal data.
UInt_t fVersionTag
The serialization version number of the data class.
Definition: brio_record.h:49
The internal ROOT I/O buffer of bytes.
Definition: TArrayCMod.h:27
brio_record()
Constructor.
The internal ROOT I/O record class.
Definition: brio_record.h:43