LeviLamina
Loading...
Searching...
No Matches
ScriptDebuggerDiagnosticsPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10class ScriptDebuggerDiagnosticsPayload {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 ScriptDebuggerDiagnosticsPayload& operator=(ScriptDebuggerDiagnosticsPayload const&);
21 ScriptDebuggerDiagnosticsPayload(ScriptDebuggerDiagnosticsPayload const&);
22 ScriptDebuggerDiagnosticsPayload();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI ::ScriptDebuggerDiagnosticsPayload& operator=(::ScriptDebuggerDiagnosticsPayload&&);
28
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43};
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::ScriptDebuggerDiagnosticsPayload & operator=(::ScriptDebuggerDiagnosticsPayload &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14