Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RPageStorage::RColumnHandle Struct Reference

Definition at line 174 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

RColumnfColumn = nullptr
 
ROOT::DescriptorId_t fPhysicalId = ROOT::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 180 of file RPageStorage.hxx.

Member Data Documentation

◆ fColumn

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

Definition at line 176 of file RPageStorage.hxx.

◆ fPhysicalId

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

Definition at line 175 of file RPageStorage.hxx.

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

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