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