LeviLamina
Loading...
Searching...
No Matches
XXHash.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Util {
6
7
class
XXHash {
8
public
:
9
// XXHash inner types declare
10
// clang-format off
11
struct
State
;
12
// clang-format on
13
14
// XXHash inner types define
15
struct
State {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 88>
mUnk1110b4;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
State& operator=(State
const
&);
25
State(State
const
&);
26
State();
27
};
28
29
public
:
30
// member variables
31
// NOLINTBEGIN
32
::ll::UntypedStorage<8, 8>
mUnkd34856;
33
// NOLINTEND
34
35
public
:
36
// prevent constructor by default
37
XXHash& operator=(XXHash
const
&);
38
XXHash(XXHash
const
&);
39
XXHash();
40
41
public
:
42
// member functions
43
// NOLINTBEGIN
44
MCNAPI
~XXHash
();
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
MCNAPI
void
$dtor
();
51
// NOLINTEND
52
};
53
54
}
// namespace Util
Util::XXHash::~XXHash
MCAPI ~XXHash()
Util::XXHash::$dtor
MCAPI void $dtor()
Util::XXHash::State
Definition
XXHash.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
utility
XXHash.h
Generated on
for LeviLamina by
1.16.1