Logo ROOT   6.18/05
Reference Guide
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ROOT::Experimental::Detail::RNTuple Class Reference

Definition at line 54 of file RNTuple.hxx.

Public Member Functions

 RNTuple (const RNTuple &)=delete
 
 ~RNTuple ()
 
RNTupleModelGetModel ()
 
RNTupleoperator= (const RNTuple &)=delete
 

Protected Member Functions

 RNTuple (std::unique_ptr< RNTupleModel > model)
 Only the derived RNTupleReader and RNTupleWriter can be instantiated. More...
 

Protected Attributes

std::unique_ptr< RNTupleModelfModel
 
NTupleSize_t fNEntries
 The number of entries is constant for reading and reflects the sum of Fill() operations when writing. More...
 

#include <ROOT/RNTuple.hxx>

Inheritance diagram for ROOT::Experimental::Detail::RNTuple:
[legend]

Constructor & Destructor Documentation

◆ RNTuple() [1/2]

ROOT::Experimental::Detail::RNTuple::RNTuple ( std::unique_ptr< RNTupleModel model)
explicitprotected

Only the derived RNTupleReader and RNTupleWriter can be instantiated.

Definition at line 27 of file RNTuple.cxx.

◆ RNTuple() [2/2]

ROOT::Experimental::Detail::RNTuple::RNTuple ( const RNTuple )
delete

◆ ~RNTuple()

ROOT::Experimental::Detail::RNTuple::~RNTuple ( )

Definition at line 33 of file RNTuple.cxx.

Member Function Documentation

◆ GetModel()

RNTupleModel * ROOT::Experimental::Detail::RNTuple::GetModel ( )
inline

Definition at line 68 of file RNTuple.hxx.

◆ operator=()

RNTuple & ROOT::Experimental::Detail::RNTuple::operator= ( const RNTuple )
delete

Member Data Documentation

◆ fModel

std::unique_ptr<RNTupleModel> ROOT::Experimental::Detail::RNTuple::fModel
protected

Definition at line 56 of file RNTuple.hxx.

◆ fNEntries

NTupleSize_t ROOT::Experimental::Detail::RNTuple::fNEntries
protected

The number of entries is constant for reading and reflects the sum of Fill() operations when writing.

Definition at line 58 of file RNTuple.hxx.


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