LeviLamina
Loading...
Searching...
No Matches
LayoutVariables.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/DirtyFlag.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
PostOperation
;
11
// clang-format on
12
13
class
LayoutVariables
{
14
public
:
15
// LayoutVariables inner types declare
16
// clang-format off
17
struct
UnsatisfiedVar
;
18
// clang-format on
19
20
// LayoutVariables inner types define
21
struct
UnsatisfiedVar
{};
22
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::TypedStorage<8, 24, ::std::vector<::PostOperation>> mPostOperations;
27
::ll::TypedStorage<8, 24, ::std::vector<::LayoutVariables::UnsatisfiedVar>> mUnsatisfiedVariables;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
void
_traceVariablesForDebugControls();
34
35
MCAPI ::ui::DirtyFlag solve();
36
// NOLINTEND
37
};
LayoutVariables
Definition
LayoutVariables.h:5
LayoutVariables::UnsatisfiedVar
Definition
LayoutVariables.h:13
PostOperation
Definition
PostOperation.h:5
src-client
mc
client
gui
screens
LayoutVariables.h
Generated on
for LeviLamina by
1.16.1