ROOT 6.12/07 Reference Guide |
Public Member Functions | |
iterator (T start, T step) | |
bool | operator!= (const iterator &other) const |
T | operator* () const |
iterator | operator+ (difference_type v) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator+= (const difference_type &v) |
iterator | operator- (difference_type v) const |
difference_type | operator- (const iterator &other) const |
iterator & | operator-- () |
iterator | operator-- (int) |
iterator & | operator-= (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 | |
T | fCounter |
T | fStep |
#include <ROOT/TSeq.hxx>
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |