Structure encapsulating the stored information: raw buffers and attached type information (combination of type_index_hash and TClass information)
More...
#include <RootSerializableKeyValueStore.h>
Structure encapsulating the stored information: raw buffers and attached type information (combination of type_index_hash and TClass information)
Definition at line 41 of file RootSerializableKeyValueStore.h.
◆ SerializedInfo() [1/3]
o2::utils::RootSerializableKeyValueStore::SerializedInfo::SerializedInfo |
( |
| ) |
|
|
default |
◆ SerializedInfo() [2/3]
o2::utils::RootSerializableKeyValueStore::SerializedInfo::SerializedInfo |
( |
int |
N, |
|
|
std::unique_ptr< char > |
buffer, |
|
|
TClass const * |
cl, |
|
|
std::string const & |
s |
|
) |
| |
|
inline |
◆ SerializedInfo() [3/3]
o2::utils::RootSerializableKeyValueStore::SerializedInfo::SerializedInfo |
( |
SerializedInfo const & |
other | ) |
|
|
inline |
◆ ~SerializedInfo()
o2::utils::RootSerializableKeyValueStore::SerializedInfo::~SerializedInfo |
( |
| ) |
|
|
inline |
◆ ClassDefNV()
o2::utils::RootSerializableKeyValueStore::SerializedInfo::ClassDefNV |
( |
SerializedInfo |
, |
|
|
1 |
|
|
) |
| |
◆ operator=()
◆ bufferptr
char* o2::utils::RootSerializableKeyValueStore::SerializedInfo::bufferptr = nullptr |
◆ cl
TClass const* o2::utils::RootSerializableKeyValueStore::SerializedInfo::cl = nullptr |
Int_t o2::utils::RootSerializableKeyValueStore::SerializedInfo::N = 0 |
◆ objptr
void* o2::utils::RootSerializableKeyValueStore::SerializedInfo::objptr = nullptr |
◆ typeinfo_name
std::string o2::utils::RootSerializableKeyValueStore::SerializedInfo::typeinfo_name |
The documentation for this struct was generated from the following file: