![]() |
TrinityCore
|
#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 (size_t index) | |
| bool | operator== (const Iterator &other) const =default |
| std::strong_ordering | operator<=> (const Iterator &other) const =default |
| difference_type | operator- (Iterator const &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 |
Definition at line 77 of file SmartEnum.h.
| using EnumUtils::Iterator< Enum >::difference_type = std::ptrdiff_t |
Definition at line 84 of file SmartEnum.h.
| using EnumUtils::Iterator< Enum >::iterator_category = std::random_access_iterator_tag |
Definition at line 80 of file SmartEnum.h.
| using EnumUtils::Iterator< Enum >::pointer = Enum* |
Definition at line 82 of file SmartEnum.h.
| using EnumUtils::Iterator< Enum >::reference = Enum& |
Definition at line 83 of file SmartEnum.h.
| using EnumUtils::Iterator< Enum >::value_type = Enum |
Definition at line 81 of file SmartEnum.h.
|
inline |
Definition at line 86 of file SmartEnum.h.
|
inlineexplicit |
Definition at line 87 of file SmartEnum.h.
|
inline |
|
inline |
Definition at line 100 of file SmartEnum.h.
|
inline |
|
inline |
Definition at line 99 of file SmartEnum.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 105 of file SmartEnum.h.
|
inline |
Definition at line 92 of file SmartEnum.h.
|
inline |
|
inline |
Definition at line 104 of file SmartEnum.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
default |
|
default |
|
inline |
|
private |
Definition at line 108 of file SmartEnum.h.