LeviLamina
Loading...
Searching...
No Matches
ClientMessageDeliveryNotification.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/services/signaling/json_rpc/JsonRpcNotificationBase.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace JsonRpc {
14
16public:
17 // ClientMessageDeliveryNotification inner types declare
18 // clang-format off
19 struct Params;
20 // clang-format on
21
22 // ClientMessageDeliveryNotification inner types define
23 struct Params {
24 public:
25 // member variables
26 // NOLINTBEGIN
28 // NOLINTEND
29
30 public:
31 // prevent constructor by default
32 Params& operator=(Params const&);
33 Params(Params const&);
34 Params();
35
36 public:
37 // member functions
38 // NOLINTBEGIN
39 MCNAPI ::JsonRpc::ClientMessageDeliveryNotification::Params&
41
42 MCNAPI ~Params();
43 // NOLINTEND
44
45 public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50 };
51
52public:
53 // member variables
54 // NOLINTBEGIN
56 // NOLINTEND
57
58public:
59 // prevent constructor by default
63
64public:
65 // member functions
66 // NOLINTBEGIN
68 // NOLINTEND
69
70public:
71 // static functions
72 // NOLINTBEGIN
73 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79 MCNAPI void $dtor();
80 // NOLINTEND
81};
82
83} // namespace JsonRpc
Definition JsonRpcNotificationBase.h:7
Definition ClientMessageDeliveryNotification.h:23
MCAPI::JsonRpc::ClientMessageDeliveryNotification::Params & operator=(::JsonRpc::ClientMessageDeliveryNotification::Params &&)
Definition ClientMessageDeliveryNotification.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14