Public Types | |
using | const_pointer = const T * |
using | difference_type = typename std::make_signed< T >::type |
using | iterator_category = std::random_access_iterator_tag |
using | pointer = T * |
using | reference = T & |
using | value_type = T |
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) |
difference_type | operator- (const iterator &other) const |
iterator | operator- (difference_type v) 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>
using ROOT::TSeq< T >::iterator::const_pointer = const T * |
using ROOT::TSeq< T >::iterator::difference_type = typename std::make_signed<T>::type |
using ROOT::TSeq< T >::iterator::iterator_category = std::random_access_iterator_tag |
using ROOT::TSeq< T >::iterator::pointer = T * |
using ROOT::TSeq< T >::iterator::reference = T & |
using ROOT::TSeq< T >::iterator::value_type = T |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |