LeviLamina
Loading...
Searching...
No Matches
ConstantFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/TaggedBinding.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { class WeakLifetimeScope; }
11// clang-format on
12
13namespace Scripting {
14
15struct ConstantFactory : public ::Scripting::TaggedBinding {
16public:
17 // member variables
18 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 ConstantFactory& operator=(ConstantFactory const&);
28 ConstantFactory(ConstantFactory const&);
29 ConstantFactory();
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
51
52} // namespace Scripting
Definition WeakLifetimeScope.h:7
Definition ConstantFactory.h:15
MCAPI void * $ctor(::Scripting::ConstantFactory &&)
MCAPI ConstantFactory(::Scripting::ConstantFactory &&)
Definition TaggedBinding.h:13
Definition Alias.h:14