Every concrete RColumnElement type is identified by its on-disk type (column type) and the in-memory C++ type, given by a type index.
Definition at line 70 of file RColumnElementBase.hxx.
Public Member Functions | |
bool | operator!= (const RIdentifier &other) const |
bool | operator== (const RIdentifier &other) const |
Public Attributes | |
std::type_index | fInMemoryType = std::type_index(typeid(void)) |
EColumnType | fOnDiskType = EColumnType::kUnknown |
#include <ROOT/RColumnElementBase.hxx>
|
inline |
Definition at line 79 of file RColumnElementBase.hxx.
|
inline |
Definition at line 74 of file RColumnElementBase.hxx.
std::type_index ROOT::Experimental::Internal::RColumnElementBase::RIdentifier::fInMemoryType = std::type_index(typeid(void)) |
Definition at line 71 of file RColumnElementBase.hxx.
EColumnType ROOT::Experimental::Internal::RColumnElementBase::RIdentifier::fOnDiskType = EColumnType::kUnknown |
Definition at line 72 of file RColumnElementBase.hxx.