LeviLamina
Loading...
Searching...
No Matches
ScriptSentryCaptureContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct InterfaceBinding; }
8// clang-format on
9
10namespace ScriptModuleDiagnostics {
11
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
31 MCNAPI ::ScriptModuleDiagnostics::ScriptSentryCaptureContext&
33
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static ::Scripting::InterfaceBinding bind();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
55
56} // namespace ScriptModuleDiagnostics
Definition ScriptSentryCaptureContext.h:12
MCAPI::ScriptModuleDiagnostics::ScriptSentryCaptureContext & operator=(::ScriptModuleDiagnostics::ScriptSentryCaptureContext &&)
static MCAPI ::Scripting::InterfaceBinding bind()
MCAPI ScriptSentryCaptureContext(::ScriptModuleDiagnostics::ScriptSentryCaptureContext const &)
MCAPI void * $ctor(::ScriptModuleDiagnostics::ScriptSentryCaptureContext const &)
Definition Alias.h:14