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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 PropertyBinding& operator=(PropertyBinding const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
35 MCAPI ~PropertyBinding();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::Scripting::PropertyBinding const&);
42
43 MCAPI void* $ctor(::Scripting::PropertyBinding&&);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace Scripting
Definition PropertyBinding.h:10
Definition TaggedBinding.h:13
Definition Alias.h:14