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
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 PropertyBinding& operator=(PropertyBinding const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor();
44
45 MCNAPI void* $ctor(::Scripting::PropertyBinding const&);
46
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // 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