Ark Server API (ASA) - Wiki
|
#include <LocKeyFuncs.h>
Public Member Functions | |
FLocKey () | |
FLocKey (const TCHAR *InStr) | |
FLocKey (const FString &InStr) | |
FLocKey (FString &&InStr) | |
FLocKey (const FLocKey &InOther) | |
FLocKey (FLocKey &&InOther) | |
FLocKey & | operator= (const FLocKey &InOther) |
FLocKey & | operator= (FLocKey &&InOther) |
FORCEINLINE bool | operator== (const FLocKey &Other) const |
FORCEINLINE bool | operator!= (const FLocKey &Other) const |
FORCEINLINE bool | operator< (const FLocKey &Other) const |
FORCEINLINE bool | operator<= (const FLocKey &Other) const |
FORCEINLINE bool | operator> (const FLocKey &Other) const |
FORCEINLINE bool | operator>= (const FLocKey &Other) const |
FORCEINLINE bool | IsEmpty () const |
FORCEINLINE bool | Equals (const FLocKey &Other) const |
FORCEINLINE int32 | Compare (const FLocKey &Other) const |
FORCEINLINE const FString & | GetString () const |
Static Public Member Functions | |
static FORCEINLINE uint32 | ProduceHash (const FString &InStr, const uint32 InBaseHash=0) |
Private Attributes | |
FString | Str |
uint32 | Hash |
Friends | |
uint32 | GetTypeHash (const FLocKey &Id) |
Case sensitive immutable hashed string used as a localization key
Definition at line 9 of file LocKeyFuncs.h.
|
inline |
Definition at line 12 of file LocKeyFuncs.h.
|
inline |
Definition at line 18 of file LocKeyFuncs.h.
Definition at line 24 of file LocKeyFuncs.h.
|
inline |
Definition at line 30 of file LocKeyFuncs.h.
Definition at line 36 of file LocKeyFuncs.h.
|
inline |
Definition at line 42 of file LocKeyFuncs.h.
|
inline |
|
inline |
|
inline |
Definition at line 123 of file LocKeyFuncs.h.
|
inline |
Definition at line 108 of file LocKeyFuncs.h.
|
inline |
|
inline |
|
inline |
Definition at line 49 of file LocKeyFuncs.h.
Definition at line 60 of file LocKeyFuncs.h.
|
inline |
Definition at line 73 of file LocKeyFuncs.h.
|
inline |
|
inline |
Definition at line 103 of file LocKeyFuncs.h.
|
private |
Hash representation of this LocKey
Definition at line 138 of file LocKeyFuncs.h.
|
private |
String representation of this LocKey
Definition at line 135 of file LocKeyFuncs.h.