Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RPageStorage::RColumnHandle Struct Reference

Definition at line 146 of file RPageStorage.hxx.

Public Member Functions

 operator bool () const
 Returns true for a valid column handle; fColumn and fPhysicalId should always either both be valid or both be invalid.
 

Public Attributes

const RColumnfColumn = nullptr
 
DescriptorId_t fPhysicalId = kInvalidDescriptorId
 

#include <ROOT/RPageStorage.hxx>

Member Function Documentation

◆ operator bool()

ROOT::Experimental::Internal::RPageStorage::RColumnHandle::operator bool ( ) const
inlineexplicit

Returns true for a valid column handle; fColumn and fPhysicalId should always either both be valid or both be invalid.

Definition at line 152 of file RPageStorage.hxx.

Member Data Documentation

◆ fColumn

const RColumn* ROOT::Experimental::Internal::RPageStorage::RColumnHandle::fColumn = nullptr

Definition at line 148 of file RPageStorage.hxx.

◆ fPhysicalId

DescriptorId_t ROOT::Experimental::Internal::RPageStorage::RColumnHandle::fPhysicalId = kInvalidDescriptorId

Definition at line 147 of file RPageStorage.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RPageStorage::RColumnHandle:
[legend]

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