Rebel Fork Framework
Urho3D::EnumIterator< T > Class Template Reference

Iterator that iterates consecutive enum values. More...

#include <Urho3D/Core/EnumIterator.h>

Public Member Functions

 EnumIterator (T value)
 
EnumIteratoroperator++ ()
 
EnumIterator operator++ (int)
 
bool operator== (const EnumIterator &rhs) const
 
bool operator!= (const EnumIterator &rhs) const
 
const T & operator* () const
 
const T * operator-> () const
 

Private Attributes

value_ {}
 

Detailed Description

template<class T>
class Urho3D::EnumIterator< T >

Iterator that iterates consecutive enum values.


The documentation for this class was generated from the following file: