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

List of all members.

Public Types

typedef Iterator iterator
typedef Iterator::iterator_category iterator_category
typedef Iterator::value_type pointer
typedef Dereference< pointer >
::Value 
value_type
typedef Iterator::difference_type difference_type
typedef value_type & reference

Public Member Functions

 ValueIteratorRange (const Iterator &cbegin, const Iterator &cend)
iterator begin () const
iterator end () const
bool done () const
bool has_next () const
reference operator* () const
pointer operator-> () const
ValueIteratorRangeoperator++ ()
ValueIteratorRange operator++ (int)
bool operator== (const ValueIteratorRange &w) const
bool operator!= (const ValueIteratorRange &w) const

template<class Iterator>
class Rapicorn::ValueIteratorRange< Iterator >


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