LeviLamina
Loading...
Searching...
No Matches
RuntimeConditionError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Error.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { class RuntimeConditions; }
11// clang-format on
12
13namespace Scripting {
14
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCAPI
20 RuntimeConditionError(::std::string const& missingRuntimeConditions, ::Scripting::RuntimeConditions const& apiName, ::std::string const&);
21
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI void*
29 $ctor(::std::string const& missingRuntimeConditions, ::Scripting::RuntimeConditions const& apiName, ::std::string const&);
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37};
38
39} // namespace Scripting
Definition RuntimeConditions.h:12
Definition Error.h:7
Definition RuntimeConditionError.h:15