![]() |
Ark Server API (ASA) - Wiki
|
#include <xxhash.h>
Public Member Functions | |
| void | ToByteArray (uint8(&Bytes)[sizeof(uint64)]) const |
| bool | operator== (const FXxHash64 &B) const |
| bool | operator!= (const FXxHash64 &B) const |
| bool | operator< (const FXxHash64 &B) const |
Static Public Member Functions | |
| static FXxHash64 | HashBuffer (FMemoryView View) |
| static FXxHash64 | HashBuffer (const void *Data, uint64 Size) |
| static FXxHash64 | HashBuffer (const FCompositeBuffer &Buffer) |
| static FXxHash64 | FromByteArray (uint8(&Bytes)[sizeof(uint64)]) |
Public Attributes | |
| uint64 | Hash {} |
Friends | |
| uint32 | GetTypeHash (const FXxHash64 &InHash) |
| FArchive & | operator<< (FArchive &Ar, FXxHash64 &InHash) |
| template<typename CharType > | |
| TStringBuilderBase< CharType > & | operator<< (TStringBuilderBase< CharType > &Builder, const FXxHash64 &InHash) |
|
static |
|
static |
|
friend |
| uint64 FXxHash64::Hash {} |