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#ifdef LL_PLAT_C
18 ::ll::TypedStorage<1, 1, bool> mIsDirty;
19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, bool>> mNewStructuresDirty;
20 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::StructureTemplate const*>> mNewStructureTemplates;
21#endif
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::StructureTemplate const* getStructure(::std::string const& name);
28
29#ifdef LL_PLAT_C
30 MCAPI void insertStructure(::std::string const& name, ::StructureTemplate const& temp);
31#endif
32
33 MCAPI bool const isSpecificStructureDirty(::std::string const& name);
34
35 MCAPI void setSpecificStructureDirty(::std::string const& name, bool dirty);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition EnableNonOwnerReferences.h:7
Definition StructureTemplate.h:35
Definition ImportStructureMetaData.h:13
static MCAPI void ** $vftable()