LeviLamina
Loading...
Searching...
No Matches
PrintEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptDebuggerMessages {
6
7struct PrintEvent {
8public:
9 // member variables
10 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 PrintEvent& operator=(PrintEvent const&);
19 PrintEvent(PrintEvent const&);
20 PrintEvent();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI ::ScriptDebuggerMessages::PrintEvent& operator=(::ScriptDebuggerMessages::PrintEvent&&);
26
28
29 MCNAPI ~PrintEvent();
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCNAPI void $dtor();
36 // NOLINTEND
37};
38
39} // namespace ScriptDebuggerMessages
Definition PrintEvent.h:7
MCAPI::ScriptDebuggerMessages::PrintEvent & operator=(::ScriptDebuggerMessages::PrintEvent &&)
MCAPI bool operator==(::ScriptDebuggerMessages::PrintEvent const &) const
Definition Alias.h:14