Ark Server API (ASE) - Wiki
|
#include <UnrealTemplate.h>
Public Member Functions | |
TKeyValuePair (const KeyType &InKey, const ValueType &InValue) | |
TKeyValuePair (const KeyType &InKey) | |
TKeyValuePair () | |
bool | operator== (const TKeyValuePair &Other) const |
bool | operator!= (const TKeyValuePair &Other) const |
bool | operator< (const TKeyValuePair &Other) const |
FORCEINLINE bool | operator() (const TKeyValuePair &A, const TKeyValuePair &B) const |
Public Attributes | |
KeyType | Key |
ValueType | Value |
Helper class to make it easy to use key/value pairs with a container.
Definition at line 304 of file UnrealTemplate.h.
|
inline |
Definition at line 306 of file UnrealTemplate.h.
|
inline |
Definition at line 310 of file UnrealTemplate.h.
|
inline |
Definition at line 314 of file UnrealTemplate.h.
|
inline |
Definition at line 321 of file UnrealTemplate.h.
|
inline |
Definition at line 329 of file UnrealTemplate.h.
|
inline |
Definition at line 325 of file UnrealTemplate.h.
|
inline |
Definition at line 317 of file UnrealTemplate.h.
KeyType TKeyValuePair< KeyType, ValueType >::Key |
Definition at line 333 of file UnrealTemplate.h.
ValueType TKeyValuePair< KeyType, ValueType >::Value |
Definition at line 334 of file UnrealTemplate.h.