Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Types | Public Member Functions | Protected Attributes
Rapicorn::PointerIterator< Value > Class Template Reference

List of all members.

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
PointerIteratoroperator++ ()
PointerIterator operator++ (int)
PointerIteratoroperator-- ()
PointerIterator operator-- (int)
PointerIterator operator+ (difference_type n) const
PointerIteratoroperator+= (difference_type n)
PointerIterator operator- (difference_type n) const
PointerIteratoroperator-= (difference_type n)
reference operator[] (difference_type n) const

Protected Attributes

Value * current

template<typename Value>
class Rapicorn::PointerIterator< Value >


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines