LeviLamina
Loading...
Searching...
No Matches
EditorProjectStructureData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/editor/StructureData.h"
7
8namespace Editor {
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI EditorProjectStructureData(::std::string const& strucNamespace, ::std::string const& name);
27
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCNAPI void* $ctor(::std::string const& strucNamespace, ::std::string const& name);
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42};
43
44} // namespace Editor
Definition EditorProjectStructureData.h:10
MCAPI void * $ctor(::std::string const &strucNamespace, ::std::string const &name)
MCAPI EditorProjectStructureData(::std::string const &strucNamespace, ::std::string const &name)
Definition StructureData.h:7
Definition Alias.h:14