Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RNTupleModelChangeset Class Reference

The incremental changes to a RNTupleModel

Represents a set of alterations to a RNTupleModel that happened after the model is used to initialize a RPageSink instance. This object can be used to communicate metadata updates to a RPageSink. You will not normally use this directly; see RNTupleModel::RUpdater instead.

Definition at line 54 of file RNTupleModel.hxx.

Public Member Functions

 RNTupleModelChangeset (RNTupleModel &model)
 
bool IsEmpty () const
 

Public Attributes

std::vector< RFieldBase * > fAddedFields
 Points to the fields in fModel that were added as part of an updater transaction.
 
std::vector< RFieldBase * > fAddedProjectedFields
 Points to the projected fields in fModel that were added as part of an updater transaction.
 
RNTupleModelfModel
 

#include <ROOT/RNTupleModel.hxx>

Constructor & Destructor Documentation

◆ RNTupleModelChangeset()

ROOT::Experimental::Internal::RNTupleModelChangeset::RNTupleModelChangeset ( RNTupleModel model)
inline

Definition at line 61 of file RNTupleModel.hxx.

Member Function Documentation

◆ IsEmpty()

bool ROOT::Experimental::Internal::RNTupleModelChangeset::IsEmpty ( ) const
inline

Definition at line 62 of file RNTupleModel.hxx.

Member Data Documentation

◆ fAddedFields

std::vector<RFieldBase *> ROOT::Experimental::Internal::RNTupleModelChangeset::fAddedFields

Points to the fields in fModel that were added as part of an updater transaction.

Definition at line 57 of file RNTupleModel.hxx.

◆ fAddedProjectedFields

std::vector<RFieldBase *> ROOT::Experimental::Internal::RNTupleModelChangeset::fAddedProjectedFields

Points to the projected fields in fModel that were added as part of an updater transaction.

Definition at line 59 of file RNTupleModel.hxx.

◆ fModel

RNTupleModel& ROOT::Experimental::Internal::RNTupleModelChangeset::fModel

Definition at line 55 of file RNTupleModel.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RNTupleModelChangeset:
[legend]

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