LeviLamina
Loading...
Searching...
No Matches
ModificationOperation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 8, ::Json::Value*> baseVal;
15 ::ll::TypedStorage<8, 8, ::Json::Value const*> modificationOperation;
16 ::ll::TypedStorage<8, 32, ::std::string> controlNamePath;
17 ::ll::TypedStorage<4, 4, int> treeLevel;
18 // NOLINTEND
19};
Definition Value.h:16
Definition ModificationOperation.h:5