LeviLamina
Loading...
Searching...
No Matches
ImportStructureMetaData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<1, 1, bool> mIsDirty;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, bool>> mNewStructuresDirty;
19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::StructureTemplate const*>> mNewStructureTemplates;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~ImportStructureMetaData() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ::StructureTemplate const* getStructure(::std::string const& name);
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38
39 // NOLINTEND
40};
Definition EnableNonOwnerReferences.h:7
Definition StructureTemplate.h:32
Definition ImportStructureMetaData.h:13