LeviLamina
Loading...
Searching...
No Matches
ModuleBindingBundle.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/GlobalBinding.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ModuleBinding; }
11// clang-format on
12
13namespace Scripting {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::Scripting::ModuleBinding>> modules;
20 ::ll::TypedStorage<8, 144, ::Scripting::GlobalBinding> globals;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace Scripting
Definition ModuleBindingBundle.h:15
MCAPI ModuleBindingBundle(::Scripting::ModuleBindingBundle &&)
MCAPI void * $ctor(::Scripting::ModuleBindingBundle &&)