Definition at line 133 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 RColumn * | fColumn = nullptr |
DescriptorId_t | fPhysicalId = kInvalidDescriptorId |
#include <ROOT/RPageStorage.hxx>
|
inlineexplicit |
Returns true for a valid column handle; fColumn and fPhysicalId should always either both be valid or both be invalid.
Definition at line 139 of file RPageStorage.hxx.
const RColumn* ROOT::Experimental::Internal::RPageStorage::RColumnHandle::fColumn = nullptr |
Definition at line 135 of file RPageStorage.hxx.
DescriptorId_t ROOT::Experimental::Internal::RPageStorage::RColumnHandle::fPhysicalId = kInvalidDescriptorId |
Definition at line 134 of file RPageStorage.hxx.