LeviLamina
Loading...
Searching...
No Matches
ArgumentDetails.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Scripting {
6
8public:
9 // member variables
10 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 ArgumentDetails& operator=(ArgumentDetails const&);
21
22public:
23 // member functions
24 // NOLINTBEGIN
26
28
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI void* $ctor();
36
37 MCNAPI void* $ctor(::Scripting::ArgumentDetails const&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45};
46
47} // namespace Scripting
Definition ArgumentDetails.h:7
MCAPI void * $ctor(::Scripting::ArgumentDetails const &)
MCAPI ArgumentDetails(::Scripting::ArgumentDetails const &)
Definition Alias.h:14