LeviLamina
Loading...
Searching...
No Matches
ScopeData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::Profile::Whisker {
6
7
struct
ScopeData {
8
public
:
9
// ScopeData inner types declare
10
// clang-format off
11
struct
Historical
;
12
struct
Recent
;
13
// clang-format on
14
15
// ScopeData inner types define
16
struct
Historical {
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 24>
mUnk3410a4;
21
::ll::UntypedStorage<8, 24>
mUnk62193b;
22
::ll::UntypedStorage<8, 24>
mUnk9224aa;
23
::ll::UntypedStorage<8, 24>
mUnkc75bc3;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
Historical& operator=(Historical
const
&);
29
Historical(Historical
const
&);
30
Historical();
31
};
32
33
struct
Recent {
34
public
:
35
// member variables
36
// NOLINTBEGIN
37
::ll::UntypedStorage<8, 8>
mUnkdfb54d;
38
::ll::UntypedStorage<8, 8>
mUnkd49f1e;
39
::ll::UntypedStorage<8, 8>
mUnkff70b9;
40
::ll::UntypedStorage<8, 8>
mUnk7d9d61;
41
// NOLINTEND
42
43
public
:
44
// prevent constructor by default
45
Recent& operator=(Recent
const
&);
46
Recent(Recent
const
&);
47
Recent();
48
};
49
50
public
:
51
// member variables
52
// NOLINTBEGIN
53
::ll::UntypedStorage<8, 16>
mUnkbdef23;
54
::ll::UntypedStorage<8, 32>
mUnk456e68;
55
::ll::UntypedStorage<8, 96>
mUnk225a4d;
56
// NOLINTEND
57
58
public
:
59
// prevent constructor by default
60
ScopeData& operator=(ScopeData
const
&);
61
ScopeData(ScopeData
const
&);
62
ScopeData();
63
};
64
65
}
// namespace Bedrock::Profile::Whisker
Bedrock::Profile::Whisker::ScopeData::Historical
Definition
ScopeData.h:16
Bedrock::Profile::Whisker::ScopeData::Recent
Definition
ScopeData.h:33
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
profiler
ScopeData.h
Generated on
for LeviLamina by
1.16.1