Logo ROOT  
Reference Guide
ROOT::TSeq< T >::iterator Class Reference

template<class T>
class ROOT::TSeq< T >::iterator

Definition at line 86 of file TSeq.hxx.

Public Member Functions

 iterator (T start, T step)
 
bool operator!= (const iterator &other) const
 
operator* () const
 
iterator operator+ (difference_type v) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator+= (const difference_type &v)
 
difference_type operator- (const iterator &other) const
 
iterator operator- (difference_type v) const
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
iteratoroperator-= (const difference_type &v)
 
bool operator< (const iterator &other) const
 
bool operator<= (const iterator &other) const
 
bool operator== (const iterator &other) const
 
bool operator> (const iterator &other) const
 
bool operator>= (const iterator &other) const
 
const T operator[] (const difference_type &v) const
 

Private Attributes

fCounter
 
fStep
 

#include <ROOT/TSeq.hxx>

Inheritance diagram for ROOT::TSeq< T >::iterator:
[legend]

Constructor & Destructor Documentation

◆ iterator()

template<class T >
ROOT::TSeq< T >::iterator::iterator ( start,
step 
)
inline

Definition at line 91 of file TSeq.hxx.

Member Function Documentation

◆ operator!=()

template<class T >
bool ROOT::TSeq< T >::iterator::operator!= ( const iterator other) const
inline

Definition at line 100 of file TSeq.hxx.

◆ operator*()

template<class T >
T ROOT::TSeq< T >::iterator::operator* ( ) const
inline

Definition at line 92 of file TSeq.hxx.

◆ operator+()

template<class T >
iterator ROOT::TSeq< T >::iterator::operator+ ( difference_type  v) const
inline

Definition at line 104 of file TSeq.hxx.

◆ operator++() [1/2]

template<class T >
iterator & ROOT::TSeq< T >::iterator::operator++ ( )
inline

Definition at line 116 of file TSeq.hxx.

◆ operator++() [2/2]

template<class T >
iterator ROOT::TSeq< T >::iterator::operator++ ( int  )
inline

Definition at line 120 of file TSeq.hxx.

◆ operator+=()

template<class T >
iterator & ROOT::TSeq< T >::iterator::operator+= ( const difference_type v)
inline

Definition at line 136 of file TSeq.hxx.

◆ operator-() [1/2]

template<class T >
difference_type ROOT::TSeq< T >::iterator::operator- ( const iterator other) const
inline

Definition at line 112 of file TSeq.hxx.

◆ operator-() [2/2]

template<class T >
iterator ROOT::TSeq< T >::iterator::operator- ( difference_type  v) const
inline

Definition at line 108 of file TSeq.hxx.

◆ operator--() [1/2]

template<class T >
iterator & ROOT::TSeq< T >::iterator::operator-- ( )
inline

Definition at line 126 of file TSeq.hxx.

◆ operator--() [2/2]

template<class T >
iterator ROOT::TSeq< T >::iterator::operator-- ( int  )
inline

Definition at line 130 of file TSeq.hxx.

◆ operator-=()

template<class T >
iterator & ROOT::TSeq< T >::iterator::operator-= ( const difference_type v)
inline

Definition at line 140 of file TSeq.hxx.

◆ operator<()

template<class T >
bool ROOT::TSeq< T >::iterator::operator< ( const iterator other) const
inline

Definition at line 145 of file TSeq.hxx.

◆ operator<=()

template<class T >
bool ROOT::TSeq< T >::iterator::operator<= ( const iterator other) const
inline

Definition at line 151 of file TSeq.hxx.

◆ operator==()

template<class T >
bool ROOT::TSeq< T >::iterator::operator== ( const iterator other) const
inline

Definition at line 96 of file TSeq.hxx.

◆ operator>()

template<class T >
bool ROOT::TSeq< T >::iterator::operator> ( const iterator other) const
inline

Definition at line 148 of file TSeq.hxx.

◆ operator>=()

template<class T >
bool ROOT::TSeq< T >::iterator::operator>= ( const iterator other) const
inline

Definition at line 154 of file TSeq.hxx.

◆ operator[]()

template<class T >
const T ROOT::TSeq< T >::iterator::operator[] ( const difference_type v) const
inline

Definition at line 158 of file TSeq.hxx.

Member Data Documentation

◆ fCounter

template<class T >
T ROOT::TSeq< T >::iterator::fCounter
private

Definition at line 88 of file TSeq.hxx.

◆ fStep

template<class T >
T ROOT::TSeq< T >::iterator::fStep
private

Definition at line 89 of file TSeq.hxx.


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