LeviLamina
Loading...
Searching...
No Matches
TrackedDebugDataSource.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::Debug {
6
7
class
TrackedDebugDataSource {
8
public
:
9
// TrackedDebugDataSource inner types declare
10
// clang-format off
11
struct
StackRecord
;
12
// clang-format on
13
14
// TrackedDebugDataSource inner types define
15
struct
StackRecord {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 24>
mUnk9b2386;
20
::ll::UntypedStorage<8, 24>
mUnkaa26ee;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
StackRecord& operator=(StackRecord
const
&);
26
StackRecord(StackRecord
const
&);
27
StackRecord();
28
};
29
30
public
:
31
// member variables
32
// NOLINTBEGIN
33
::ll::UntypedStorage<8, 80>
mUnk723e79;
34
::ll::UntypedStorage<1, 1>
mUnkb927d0;
35
::ll::UntypedStorage<8, 64>
mUnk61b992;
36
// NOLINTEND
37
38
public
:
39
// prevent constructor by default
40
TrackedDebugDataSource& operator=(TrackedDebugDataSource
const
&);
41
TrackedDebugDataSource(TrackedDebugDataSource
const
&);
42
TrackedDebugDataSource();
43
};
44
45
}
// namespace Bedrock::Debug
Bedrock::Debug::TrackedDebugDataSource::StackRecord
Definition
TrackedDebugDataSource.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
profiler
TrackedDebugDataSource.h
Generated on
for LeviLamina by
1.16.1