LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockRule.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IStructurePoolBlockPredicate> const> mSourcePredicate;
16 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IStructurePoolBlockPredicate> const> mTargetPredicate;
17 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IStructurePoolBlockPredicate> const> mPositionPredicate;
18 ::ll::TypedStorage<8, 8, ::Block const*> mResultBlock;
19 // NOLINTEND
20};
Definition Block.h:43
Definition IStructurePoolBlockPredicate.h:17
Definition StructurePoolBlockRule.h:11