![]() |
Ark Server API (ASA) - Wiki
|
#include <EnumRange.h>
Public Member Functions | |
| typedef | __underlying_type (EnumType) IntType |
| FORCEINLINE | TIterator (EnumType InFlags) |
| FORCEINLINE TIterator & | operator++ () |
| FORCEINLINE EnumType | operator* () const |
Private Attributes | |
| IntType | Flags |
Friends | |
| FORCEINLINE friend bool | operator!= (const TIterator &Lhs, const TIterator &Rhs) |
Definition at line 177 of file EnumRange.h.
|
inlineexplicit |
Definition at line 181 of file EnumRange.h.
| typedef UE::EnumFlags::Private::TIterator< EnumType >::__underlying_type | ( | EnumType | ) |
|
inline |
Definition at line 193 of file EnumRange.h.
|
inline |
Definition at line 186 of file EnumRange.h.
|
friend |
Definition at line 202 of file EnumRange.h.
|
private |
Definition at line 200 of file EnumRange.h.