|
Rebel Fork Framework
|
Iterator that iterates consecutive enum values. More...
#include <Urho3D/Core/EnumIterator.h>
Public Member Functions | |
| EnumIterator (T value) | |
| EnumIterator & | operator++ () |
| 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 | |
| T | value_ {} |
Iterator that iterates consecutive enum values.