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

Definition at line 127 of file RPageStorage.hxx.

Public Member Functions

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

Public Attributes

const RColumnfColumn = nullptr
 
DescriptorId_t fId = kInvalidDescriptorId
 

#include <ROOT/RPageStorage.hxx>

Member Function Documentation

◆ operator bool()

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

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

Definition at line 133 of file RPageStorage.hxx.

Member Data Documentation

◆ fColumn

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

Definition at line 129 of file RPageStorage.hxx.

◆ fId

DescriptorId_t ROOT::Experimental::Detail::RPageStorage::RColumnHandle::fId = kInvalidDescriptorId

Definition at line 128 of file RPageStorage.hxx.

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

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