Ark Server API (ASA) - Wiki
|
#include <GenericPlatformDriver.h>
Public Member Functions | |
FMultiInt () | |
FMultiInt (const TCHAR *In) | |
void | GetValue (const TCHAR *In) |
void | Parse (const TCHAR *&In) |
bool | operator> (const FMultiInt< TSize > &rhs) const |
bool | operator== (const FMultiInt< TSize > &rhs) const |
bool | operator< (const FMultiInt< TSize > &rhs) const |
bool | operator!= (const FMultiInt< TSize > &rhs) const |
bool | operator>= (const FMultiInt< TSize > &rhs) const |
bool | operator<= (const FMultiInt< TSize > &rhs) const |
Public Attributes | |
uint32 | Value [Size] |
Static Public Attributes | |
static constexpr uint32 | Size = TSize |
Private Member Functions | |
bool | IsSeparator (const TCHAR c) |
Definition at line 20 of file GenericPlatformDriver.h.
|
inline |
Definition at line 24 of file GenericPlatformDriver.h.
|
inline |
Definition at line 32 of file GenericPlatformDriver.h.
Definition at line 38 of file GenericPlatformDriver.h.
Definition at line 148 of file GenericPlatformDriver.h.
|
inline |
Definition at line 124 of file GenericPlatformDriver.h.
|
inline |
Definition at line 118 of file GenericPlatformDriver.h.
|
inline |
Definition at line 136 of file GenericPlatformDriver.h.
|
inline |
Definition at line 112 of file GenericPlatformDriver.h.
|
inline |
Definition at line 95 of file GenericPlatformDriver.h.
|
inline |
Definition at line 130 of file GenericPlatformDriver.h.
Definition at line 46 of file GenericPlatformDriver.h.
Definition at line 142 of file GenericPlatformDriver.h.
Definition at line 145 of file GenericPlatformDriver.h.