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

Definition at line 129 of file RField.hxx.

Public Attributes

std::unique_ptr< RFieldBasefField
 The field used to read the on-disk data.
 
std::size_t fOffset
 offset in fStagingArea
 

Member Data Documentation

◆ fField

std::unique_ptr<RFieldBase> ROOT::RClassField::RStagingItem::fField

The field used to read the on-disk data.

The fields type may be different from the on-disk type as long as the on-disk type can be converted to the fields type (through type cast / schema evolution).

Definition at line 132 of file RField.hxx.

◆ fOffset

std::size_t ROOT::RClassField::RStagingItem::fOffset

offset in fStagingArea

Definition at line 133 of file RField.hxx.

Collaboration diagram for ROOT::RClassField::RStagingItem:
[legend]

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