Definition at line 129 of file RField.hxx.
Public Attributes | |
std::unique_ptr< RFieldBase > | fField |
The field used to read the on-disk data. | |
std::size_t | fOffset |
offset in fStagingArea | |
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.
std::size_t ROOT::RClassField::RStagingItem::fOffset |
offset in fStagingArea
Definition at line 133 of file RField.hxx.