Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator Class Referencefinal

Definition at line 1237 of file RNTupleDescriptor.hxx.

Public Types

using difference_type = std::ptrdiff_t
using iterator = RIterator
using iterator_category = std::forward_iterator_tag
using pointer = const value_type *
using reference = const value_type &
using value_type = RNTupleAttrSetDescriptor

Public Member Functions

 RIterator (Iter_t iter)
bool operator!= (const iterator &rh) const
reference operator* () const
iteratoroperator++ ()
iterator operator++ (int)
pointer operator-> () const
bool operator== (const iterator &rh) const

Private Types

using Iter_t = std::vector<RNTupleAttrSetDescriptor>::const_iterator

Private Attributes

Iter_t fIter
 The wrapped vector iterator.

#include <ROOT/RNTupleDescriptor.hxx>

Member Typedef Documentation

◆ difference_type

◆ Iter_t

◆ iterator

◆ iterator_category

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ RIterator()

ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator::RIterator ( Iter_t iter)
inline

Definition at line 1251 of file RNTupleDescriptor.hxx.

Member Function Documentation

◆ operator!=()

bool ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator::operator!= ( const iterator & rh) const
inline

Definition at line 1265 of file RNTupleDescriptor.hxx.

◆ operator*()

reference ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator::operator* ( ) const
inline

Definition at line 1263 of file RNTupleDescriptor.hxx.

◆ operator++() [1/2]

iterator & ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator::operator++ ( )
inline

Definition at line 1252 of file RNTupleDescriptor.hxx.

◆ operator++() [2/2]

iterator ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator::operator++ ( int )
inline

Definition at line 1257 of file RNTupleDescriptor.hxx.

◆ operator->()

pointer ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator::operator-> ( ) const
inline

Definition at line 1264 of file RNTupleDescriptor.hxx.

◆ operator==()

bool ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator::operator== ( const iterator & rh) const
inline

Definition at line 1266 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fIter

Iter_t ROOT::Experimental::RNTupleAttrSetDescriptorIterable::RIterator::fIter
private

The wrapped vector iterator.

Definition at line 1241 of file RNTupleDescriptor.hxx.


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