Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
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
 
operator+ (int v) const
 
operator+ (const iterator &other) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
operator- (int v) const
 
operator- (const iterator &other) const
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
bool operator== (const iterator &other) 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 107 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+() [1/2]

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

Definition at line 110 of file TSeq.hxx.

◆ operator+() [2/2]

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

Definition at line 116 of file TSeq.hxx.

◆ operator++() [1/2]

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

Definition at line 95 of file TSeq.hxx.

◆ operator++() [2/2]

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

Definition at line 99 of file TSeq.hxx.

◆ operator-() [1/2]

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

Definition at line 113 of file TSeq.hxx.

◆ operator-() [2/2]

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

Definition at line 119 of file TSeq.hxx.

◆ operator--() [1/2]

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

Definition at line 122 of file TSeq.hxx.

◆ operator--() [2/2]

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

Definition at line 126 of file TSeq.hxx.

◆ operator==()

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

Definition at line 104 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: