Logo ROOT   6.18/05
Reference Guide
List of all members | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
ROOT::Experimental::RNTupleViewCollection Class Reference

A view for a collection, that can itself generate new ntuple views for its nested fields.

Definition at line 146 of file RNTupleView.hxx.

Public Member Functions

 RNTupleViewCollection (const RNTupleViewCollection &other)=delete
 
 RNTupleViewCollection (RNTupleViewCollection &&other)=default
 
 ~RNTupleViewCollection ()=default
 
template<typename T >
RNTupleView< T > GetView (std::string_view fieldName)
 
RNTupleViewCollection GetViewCollection (std::string_view fieldName)
 
RNTupleViewRange GetViewRange (NTupleSize_t index)
 
ClusterSize_t operator() (NTupleSize_t index)
 
RNTupleViewCollectionoperator= (const RNTupleViewCollection &other)=delete
 
RNTupleViewCollectionoperator= (RNTupleViewCollection &&other)=default
 
- Public Member Functions inherited from ROOT::Experimental::RNTupleView< ClusterSize_t >
 RNTupleView (const RNTupleView &other)=delete
 
 RNTupleView (RNTupleView &&other)=default
 
 ~RNTupleView ()
 
const ClusterSize_toperator() (NTupleSize_t index)
 
RNTupleViewoperator= (const RNTupleView &other)=delete
 
RNTupleViewoperator= (RNTupleView &&other)=default
 

Private Member Functions

 RNTupleViewCollection (std::string_view fieldName, Detail::RPageSource *source)
 
std::string GetSubName (std::string_view name)
 

Private Attributes

std::string fCollectionName
 
Detail::RPageSourcefSource
 

Friends

class RNTupleReader
 

Additional Inherited Members

- Protected Member Functions inherited from ROOT::Experimental::RNTupleView< ClusterSize_t >
 RNTupleView (std::string_view fieldName, Detail::RPageSource *pageSource)
 
- Protected Attributes inherited from ROOT::Experimental::RNTupleView< ClusterSize_t >
RField< ClusterSize_tfField
 
Detail::RFieldValue fValue
 

#include <ROOT/RNTupleView.hxx>

Inheritance diagram for ROOT::Experimental::RNTupleViewCollection:
[legend]

Constructor & Destructor Documentation

◆ RNTupleViewCollection() [1/3]

ROOT::Experimental::RNTupleViewCollection::RNTupleViewCollection ( std::string_view  fieldName,
Detail::RPageSource source 
)
inlineprivate

Definition at line 153 of file RNTupleView.hxx.

◆ RNTupleViewCollection() [2/3]

ROOT::Experimental::RNTupleViewCollection::RNTupleViewCollection ( const RNTupleViewCollection other)
delete

◆ RNTupleViewCollection() [3/3]

ROOT::Experimental::RNTupleViewCollection::RNTupleViewCollection ( RNTupleViewCollection &&  other)
default

◆ ~RNTupleViewCollection()

ROOT::Experimental::RNTupleViewCollection::~RNTupleViewCollection ( )
default

Member Function Documentation

◆ GetSubName()

std::string ROOT::Experimental::RNTupleViewCollection::GetSubName ( std::string_view  name)
inlineprivate

Definition at line 159 of file RNTupleView.hxx.

◆ GetView()

template<typename T >
RNTupleView< T > ROOT::Experimental::RNTupleViewCollection::GetView ( std::string_view  fieldName)
inline

Definition at line 179 of file RNTupleView.hxx.

◆ GetViewCollection()

RNTupleViewCollection ROOT::Experimental::RNTupleViewCollection::GetViewCollection ( std::string_view  fieldName)
inline

Definition at line 180 of file RNTupleView.hxx.

◆ GetViewRange()

RNTupleViewRange ROOT::Experimental::RNTupleViewCollection::GetViewRange ( NTupleSize_t  index)
inline

Definition at line 172 of file RNTupleView.hxx.

◆ operator()()

ClusterSize_t ROOT::Experimental::RNTupleViewCollection::operator() ( NTupleSize_t  index)
inline

Definition at line 184 of file RNTupleView.hxx.

◆ operator=() [1/2]

RNTupleViewCollection & ROOT::Experimental::RNTupleViewCollection::operator= ( const RNTupleViewCollection other)
delete

◆ operator=() [2/2]

RNTupleViewCollection & ROOT::Experimental::RNTupleViewCollection::operator= ( RNTupleViewCollection &&  other)
default

Friends And Related Function Documentation

◆ RNTupleReader

friend class RNTupleReader
friend

Definition at line 147 of file RNTupleView.hxx.

Member Data Documentation

◆ fCollectionName

std::string ROOT::Experimental::RNTupleViewCollection::fCollectionName
private

Definition at line 150 of file RNTupleView.hxx.

◆ fSource

Detail::RPageSource* ROOT::Experimental::RNTupleViewCollection::fSource
private

Definition at line 151 of file RNTupleView.hxx.


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