Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Internal::RPagePool::RKey Struct Reference

Definition at line 52 of file RPagePool.hxx.

Public Member Functions

bool operator!= (const RKey &other) const
bool operator== (const RKey &other) const

Public Attributes

ROOT::DescriptorId_t fColumnId = ROOT::kInvalidDescriptorId
std::type_index fInMemoryType = std::type_index(typeid(void))

#include <ROOT/RPagePool.hxx>

Member Function Documentation

◆ operator!=()

bool ROOT::Internal::RPagePool::RKey::operator!= ( const RKey & other) const
inline

Definition at line 61 of file RPagePool.hxx.

◆ operator==()

bool ROOT::Internal::RPagePool::RKey::operator== ( const RKey & other) const
inline

Definition at line 56 of file RPagePool.hxx.

Member Data Documentation

◆ fColumnId

ROOT::DescriptorId_t ROOT::Internal::RPagePool::RKey::fColumnId = ROOT::kInvalidDescriptorId

Definition at line 53 of file RPagePool.hxx.

◆ fInMemoryType

std::type_index ROOT::Internal::RPagePool::RKey::fInMemoryType = std::type_index(typeid(void))

Definition at line 54 of file RPagePool.hxx.


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