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#include "mc/client/gui/screens/VariableRef.h"
8
9// auto generated forward declare list
10// clang-format off
11struct PostOperation;
12// clang-format on
13
14class LayoutVariables {
15public:
16 // LayoutVariables inner types declare
17 // clang-format off
18 struct UnsatisfiedVar;
19 // clang-format on
20
21 // LayoutVariables inner types define
22 struct UnsatisfiedVar {
23 public:
24 // member variables
25 // NOLINTBEGIN
26 ::ll::TypedStorage<8, 40, ::VariableRef> mVar;
27 ::ll::TypedStorage<1, 1, bool> mIsSatisfied;
28 // NOLINTEND
29 };
30
31public:
32 // member variables
33 // NOLINTBEGIN
34 ::ll::TypedStorage<8, 24, ::std::vector<::PostOperation>> mPostOperations;
35 ::ll::TypedStorage<8, 24, ::std::vector<::LayoutVariables::UnsatisfiedVar>> mUnsatisfiedVariables;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI void _traceVariablesForDebugControls();
42
43 MCAPI ::ui::DirtyFlag solve();
44 // NOLINTEND
45};
Definition LayoutVariables.h:5
Definition LayoutVariables.h:13
Definition PostOperation.h:5