Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Public Types | |
typedef std::random_access_iterator_tag | iterator_category |
typedef Value | value_type |
typedef ptrdiff_t | difference_type |
typedef Value * | pointer |
typedef Value & | reference |
Public Member Functions | |
PointerIterator (value_type *v) | |
PointerIterator (const PointerIterator &x) | |
Value * | base () const |
reference | operator* () const |
pointer | operator-> () const |
PointerIterator & | operator++ () |
PointerIterator | operator++ (int) |
PointerIterator & | operator-- () |
PointerIterator | operator-- (int) |
PointerIterator | operator+ (difference_type n) const |
PointerIterator & | operator+= (difference_type n) |
PointerIterator | operator- (difference_type n) const |
PointerIterator & | operator-= (difference_type n) |
reference | operator[] (difference_type n) const |
Protected Attributes | |
Value * | current |