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