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