LeviLamina
Loading...
Searching...
No Matches
JigsawStructureActorRulesRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // JigsawStructureActorRulesRegistry inner types define
13 using ActorRulesLookupMap =
14 ::std::unordered_map<::std::string, ::std::vector<::std::unique_ptr<::StructurePoolActorRule>> const*>;
15
16 using ActorRulesRegistryMap = ::std::vector<::std::unique_ptr<
17 ::std::vector<::std::unique_ptr<::StructurePoolActorRule, ::std::default_delete<::StructurePoolActorRule>>>>>;
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<
23 8,
24 24,
25 ::std::vector<::std::unique_ptr<::std::vector<
26 ::std::unique_ptr<::StructurePoolActorRule, ::std::default_delete<::StructurePoolActorRule>>>>>>
27 mActorRulesRegistry;
28 ::ll::TypedStorage<
29 8,
30 64,
31 ::std::unordered_map<::std::string, ::std::vector<::std::unique_ptr<::StructurePoolActorRule>> const*>>
32 mActorRuleLookupMap;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCFOLD ::std::vector<::std::unique_ptr<::StructurePoolActorRule>> const* lookupByName(::std::string name) const;
39
40 MCAPI void registerActorRules(
41 ::std::string name,
42 ::std::unique_ptr<::std::vector<
43 ::std::unique_ptr<::StructurePoolActorRule, ::std::default_delete<::StructurePoolActorRule>>>>&& ruleList
44 );
45
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
Definition JigsawStructureActorRulesRegistry.h:10
Definition StructurePoolActorRule.h:10