AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "SmartEnum.h"
Public Types | |
using | iterator_category = std::random_access_iterator_tag |
using | value_type = Enum |
using | pointer = Enum * |
using | reference = Enum & |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
Iterator () | |
Iterator (std::size_t index) | |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
difference_type | operator- (Iterator const &other) const |
bool | operator< (const Iterator &other) const |
bool | operator<= (const Iterator &other) const |
bool | operator> (const Iterator &other) const |
bool | operator>= (const Iterator &other) const |
value_type | operator[] (difference_type d) const |
value_type | operator* () const |
Iterator & | operator+= (difference_type d) |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator | operator+ (difference_type d) const |
Iterator & | operator-= (difference_type d) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
Iterator | operator- (difference_type d) const |
Private Attributes | |
difference_type | _index |
using EnumUtils::Iterator< Enum >::difference_type = std::ptrdiff_t |
using EnumUtils::Iterator< Enum >::iterator_category = std::random_access_iterator_tag |
using EnumUtils::Iterator< Enum >::pointer = Enum* |
using EnumUtils::Iterator< Enum >::reference = Enum& |
using EnumUtils::Iterator< Enum >::value_type = Enum |
|
inline |
|
inlineexplicit |
|
inline |
References EnumUtils::Iterator< Enum >::operator==().
|
inline |
References EnumUtils::Iterator< Enum >::operator[]().
|
inline |
|
inline |
References EnumUtils::Iterator< Enum >::operator+=().
|
inline |
References EnumUtils::Iterator< Enum >::operator++().
Referenced by EnumUtils::Iterator< Enum >::operator++().
|
inline |
References EnumUtils::Iterator< Enum >::_index.
Referenced by EnumUtils::Iterator< Enum >::operator++().
|
inline |
|
inline |
References EnumUtils::Iterator< Enum >::_index.
|
inline |
References EnumUtils::Iterator< Enum >::operator-=().
|
inline |
References EnumUtils::Iterator< Enum >::operator--().
Referenced by EnumUtils::Iterator< Enum >::operator--().
|
inline |
References EnumUtils::Iterator< Enum >::_index.
Referenced by EnumUtils::Iterator< Enum >::operator--().
|
inline |
References EnumUtils::Iterator< Enum >::_index.
|
inline |
References EnumUtils::Iterator< Enum >::_index.
|
inline |
References EnumUtils::Iterator< Enum >::_index.
Referenced by EnumUtils::Iterator< Enum >::operator!=().
|
inline |
References EnumUtils::Iterator< Enum >::_index.
|
inline |
References EnumUtils::Iterator< Enum >::_index.
|
inline |
References EnumUtils::Iterator< Enum >::_index.
Referenced by EnumUtils::Iterator< Enum >::operator*().
|
private |
Referenced by EnumUtils::Iterator< Enum >::operator+=(), EnumUtils::Iterator< Enum >::operator-(), EnumUtils::Iterator< Enum >::operator-=(), EnumUtils::Iterator< Enum >::operator<(), EnumUtils::Iterator< Enum >::operator<=(), EnumUtils::Iterator< Enum >::operator==(), EnumUtils::Iterator< Enum >::operator>(), EnumUtils::Iterator< Enum >::operator>=(), and EnumUtils::Iterator< Enum >::operator[]().