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
10struct PostOperation;
11// clang-format on
12
13class LayoutVariables {
14public:
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
23public:
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
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI void _traceVariablesForDebugControls();
34
35 MCAPI ::ui::DirtyFlag solve();
36 // NOLINTEND
37};
Definition LayoutVariables.h:5
Definition LayoutVariables.h:13
Definition PostOperation.h:5