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::IteratorRange< Iterator > Class Template Reference

List of all members.

Public Types

typedef Iterator iterator
typedef Iterator::iterator_category iterator_category
typedef Iterator::value_type value_type
typedef Iterator::difference_type difference_type
typedef Iterator::reference reference
typedef Iterator::pointer pointer

Public Member Functions

 IteratorRange (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
IteratorRangeoperator++ ()
IteratorRange operator++ (int)
bool operator== (const IteratorRange &w) const
bool operator!= (const IteratorRange &w) const

template<class Iterator>
class Rapicorn::IteratorRange< Iterator >


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