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

Definition at line 54 of file RPagePool.hxx.

Public Member Functions

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

Public Attributes

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

#include <ROOT/RPagePool.hxx>

Member Function Documentation

◆ operator!=()

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

Definition at line 63 of file RPagePool.hxx.

◆ operator==()

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

Definition at line 58 of file RPagePool.hxx.

Member Data Documentation

◆ fColumnId

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

Definition at line 55 of file RPagePool.hxx.

◆ fInMemoryType

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

Definition at line 56 of file RPagePool.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RPagePool::RKey:
[legend]

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