Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RColumnElementBase::RIdentifier Struct Reference

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 67 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))
ROOT::ENTupleColumnType fOnDiskType = ROOT::ENTupleColumnType::kUnknown

#include <ROOT/RColumnElementBase.hxx>

Member Function Documentation

◆ operator!=()

bool ROOT::Internal::RColumnElementBase::RIdentifier::operator!= ( const RIdentifier & other) const
inline

Definition at line 76 of file RColumnElementBase.hxx.

◆ operator==()

bool ROOT::Internal::RColumnElementBase::RIdentifier::operator== ( const RIdentifier & other) const
inline

Definition at line 71 of file RColumnElementBase.hxx.

Member Data Documentation

◆ fInMemoryType

std::type_index ROOT::Internal::RColumnElementBase::RIdentifier::fInMemoryType = std::type_index(typeid(void))

Definition at line 68 of file RColumnElementBase.hxx.

◆ fOnDiskType


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