LeviLamina
Loading...
Searching...
No Matches
PropertyBinding.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
8namespace Scripting {
9
11public:
12 // member variables
13 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 PropertyBinding& operator=(PropertyBinding const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
36
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor();
46
48
49 MCNAPI void* $ctor(::Scripting::PropertyBinding const&);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57};
58
59} // namespace Scripting
Definition PropertyBinding.h:10
MCAPI PropertyBinding(::Scripting::PropertyBinding &&)
MCAPI void * $ctor(::Scripting::PropertyBinding &&)
MCAPI void * $ctor(::Scripting::PropertyBinding const &)
MCAPI PropertyBinding(::Scripting::PropertyBinding const &)
Definition TaggedBinding.h:13
Definition Alias.h:14