Honeycomb
0.1
Component-Model Framework
|
Incremental integer iterator (step size = 1). See range(int, int) to create. More...
#include <Range.h>
Public Types | |
typedef std::random_access_iterator_tag | iterator_category |
typedef T | value_type |
typedef T | difference_type |
typedef const T * | pointer |
typedef const T & | reference |
Public Member Functions | |
IntIter ()=default | |
IntIter (T i) | |
IntIter & | operator++ () |
IntIter & | operator-- () |
IntIter | operator++ (int) |
IntIter | operator-- (int) |
IntIter & | operator+= (difference_type rhs) |
IntIter & | operator-= (difference_type rhs) |
IntIter | operator+ (difference_type rhs) const |
IntIter | operator- (difference_type rhs) const |
difference_type | operator- (const IntIter &rhs) const |
bool | operator== (const IntIter &rhs) const |
bool | operator!= (const IntIter &rhs) const |
bool | operator< (const IntIter &rhs) const |
bool | operator> (const IntIter &rhs) const |
bool | operator<= (const IntIter &rhs) const |
bool | operator>= (const IntIter &rhs) const |
reference | operator* () const |
operator T () const | |
Incremental integer iterator (step size = 1). See range(int, int) to create.
typedef T honey::IntIter< T >::difference_type |
typedef std::random_access_iterator_tag honey::IntIter< T >::iterator_category |
typedef const T* honey::IntIter< T >::pointer |
typedef const T& honey::IntIter< T >::reference |
typedef T honey::IntIter< T >::value_type |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |