Ark Server API (ASA) - Wiki
|
#include <EnumRange.h>
Public Member Functions | |
typedef | __underlying_type (EnumType) IntType |
FORCEINLINE | TEnumContiguousIterator (IntType InValue) |
FORCEINLINE TEnumContiguousIterator & | operator++ () |
FORCEINLINE EnumType | operator* () const |
Private Attributes | |
IntType | Value |
Friends | |
FORCEINLINE friend bool | operator!= (const TEnumContiguousIterator &Lhs, const TEnumContiguousIterator &Rhs) |
Definition at line 102 of file EnumRange.h.
|
inlineexplicit |
Definition at line 106 of file EnumRange.h.
typedef NEnumRangePrivate::TEnumContiguousIterator< EnumType >::__underlying_type | ( | EnumType | ) |
|
inline |
Definition at line 117 of file EnumRange.h.
|
inline |
Definition at line 111 of file EnumRange.h.
|
friend |
Definition at line 125 of file EnumRange.h.
|
private |
Definition at line 123 of file EnumRange.h.