Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::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 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>

Member Function Documentation

◆ operator!=()

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

Definition at line 79 of file RColumnElementBase.hxx.

◆ operator==()

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

Definition at line 74 of file RColumnElementBase.hxx.

Member Data Documentation

◆ fInMemoryType

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

Definition at line 71 of file RColumnElementBase.hxx.

◆ fOnDiskType

EColumnType ROOT::Experimental::Internal::RColumnElementBase::RIdentifier::fOnDiskType = EColumnType::kUnknown

Definition at line 72 of file RColumnElementBase.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RColumnElementBase::RIdentifier:
[legend]

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