Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator Class Reference

Definition at line 399 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 RColumnRange *
 
using reference = const RColumnRange &
 
using value_type = RColumnRange
 

Public Member Functions

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

Private Types

using Iter_t = std::unordered_map< DescriptorId_t, RColumnRange >::const_iterator
 

Private Attributes

Iter_t fIter
 The wrapped map iterator.
 

#include <ROOT/RNTupleDescriptor.hxx>

Member Typedef Documentation

◆ difference_type

◆ Iter_t

Definition at line 401 of file RNTupleDescriptor.hxx.

◆ iterator

◆ iterator_category

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ RIterator()

ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator::RIterator ( Iter_t  iter)
inline

Definition at line 413 of file RNTupleDescriptor.hxx.

Member Function Documentation

◆ operator!=()

bool ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator::operator!= ( const iterator rh) const
inline

Definition at line 421 of file RNTupleDescriptor.hxx.

◆ operator*()

reference ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator::operator* ( )
inline

Definition at line 419 of file RNTupleDescriptor.hxx.

◆ operator++()

iterator ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator::operator++ ( )
inline

Definition at line 414 of file RNTupleDescriptor.hxx.

◆ operator->()

pointer ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator::operator-> ( )
inline

Definition at line 420 of file RNTupleDescriptor.hxx.

◆ operator==()

bool ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator::operator== ( const iterator rh) const
inline

Definition at line 422 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fIter

Iter_t ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator::fIter
private

The wrapped map iterator.

Definition at line 403 of file RNTupleDescriptor.hxx.

Libraries for ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable::RIterator:

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