LeviLamina
Loading...
Searching...
No Matches
AnnotationToken.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Core::Profile {
6
7
class
AnnotationToken {
8
public
:
9
// AnnotationToken inner types declare
10
// clang-format off
11
struct
AnnotationData
;
12
struct
CounterImplToken
;
13
struct
ScopeImplToken
;
14
// clang-format on
15
16
// AnnotationToken inner types define
17
struct
AnnotationData {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 8>
mUnk39a3cb;
22
::ll::UntypedStorage<4, 4>
mUnke7dae9;
23
::ll::UntypedStorage<8, 32>
mUnkae16e0;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
AnnotationData& operator=(AnnotationData
const
&);
29
AnnotationData(AnnotationData
const
&);
30
AnnotationData();
31
};
32
33
struct
CounterImplToken {
34
public
:
35
// member variables
36
// NOLINTBEGIN
37
::ll::UntypedStorage<4, 4>
mUnk1de006;
38
::ll::UntypedStorage<1, 3>
mUnk6799cb;
39
// NOLINTEND
40
41
public
:
42
// prevent constructor by default
43
CounterImplToken& operator=(CounterImplToken
const
&);
44
CounterImplToken(CounterImplToken
const
&);
45
CounterImplToken();
46
};
47
48
struct
ScopeImplToken {
49
public
:
50
// member variables
51
// NOLINTBEGIN
52
::ll::UntypedStorage<4, 4>
mUnkdff518;
53
::ll::UntypedStorage<1, 3>
mUnk4d206d;
54
// NOLINTEND
55
56
public
:
57
// prevent constructor by default
58
ScopeImplToken& operator=(ScopeImplToken
const
&);
59
ScopeImplToken(ScopeImplToken
const
&);
60
ScopeImplToken();
61
};
62
63
public
:
64
// member variables
65
// NOLINTBEGIN
66
::ll::UntypedStorage<8, 8>
mUnk672302;
67
::ll::UntypedStorage<1, 1>
mUnk3775c0;
68
::ll::UntypedStorage<8, 48>
mUnk25c2cb;
69
::ll::UntypedStorage<4, 8>
mUnkb46ddc;
70
::ll::UntypedStorage<4, 8>
mUnk984e29;
71
// NOLINTEND
72
73
public
:
74
// prevent constructor by default
75
AnnotationToken& operator=(AnnotationToken
const
&);
76
AnnotationToken(AnnotationToken
const
&);
77
AnnotationToken();
78
};
79
80
}
// namespace Core::Profile
Core::Profile::AnnotationToken::AnnotationData
Definition
AnnotationToken.h:17
Core::Profile::AnnotationToken::CounterImplToken
Definition
AnnotationToken.h:33
Core::Profile::AnnotationToken::ScopeImplToken
Definition
AnnotationToken.h:48
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
profiler
AnnotationToken.h
Generated on
for LeviLamina by
1.16.1