![]() |
Ark Server API (ASA) - Wiki
|
#include <xxhash.h>
Public Member Functions | |
| FXxHash128Builder () | |
| FXxHash128Builder (const FXxHash128Builder &)=delete | |
| FXxHash128Builder & | operator= (const FXxHash128Builder &)=delete |
| void | Reset () |
| void | Update (FMemoryView View) |
| void | Update (const void *Data, uint64 Size) |
| void | Update (const FCompositeBuffer &Buffer) |
| FXxHash128 | Finalize () const |
Private Attributes | |
| char | StateBytes [576] |
|
inline |
|
delete |
| FXxHash128 FXxHash128Builder::Finalize | ( | ) | const |
|
delete |
| void FXxHash128Builder::Reset | ( | ) |
Here is the caller graph for this function:| void FXxHash128Builder::Update | ( | const FCompositeBuffer & | Buffer | ) |
| void FXxHash128Builder::Update | ( | FMemoryView | View | ) |