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
15struct ClientMessageDeliveryNotification : public ::JsonRpc::JsonRpcNotificationBase {
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(Params const&);
33 Params();
34
35 public:
36 // member functions
37 // NOLINTBEGIN
38 MCNAPI ::JsonRpc::ClientMessageDeliveryNotification::Params&
40
41 MCNAPI ::JsonRpc::ClientMessageDeliveryNotification::Params&
43
44 MCNAPI ~Params();
45 // NOLINTEND
46
47 public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52 };
53
54public:
55 // member variables
56 // NOLINTBEGIN
58 // NOLINTEND
59
60public:
61 // prevent constructor by default
62 ClientMessageDeliveryNotification& operator=(ClientMessageDeliveryNotification const&);
63 ClientMessageDeliveryNotification(ClientMessageDeliveryNotification const&);
64 ClientMessageDeliveryNotification();
65
66public:
67 // member functions
68 // NOLINTBEGIN
69 MCNAPI explicit ClientMessageDeliveryNotification(::std::string messageId);
70
72 // NOLINTEND
73
74public:
75 // static functions
76 // NOLINTBEGIN
77 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
78 // NOLINTEND
79
80public:
81 // constructor thunks
82 // NOLINTBEGIN
83 MCNAPI void* $ctor(::std::string messageId);
84 // NOLINTEND
85
86public:
87 // destructor thunk
88 // NOLINTBEGIN
89 MCNAPI void $dtor();
90 // NOLINTEND
91};
92
93} // namespace JsonRpc
Definition JsonRpcNotificationBase.h:12
Definition ClientMessageDeliveryNotification.h:23
MCAPI::JsonRpc::ClientMessageDeliveryNotification::Params & operator=(::JsonRpc::ClientMessageDeliveryNotification::Params &&)
MCAPI::JsonRpc::ClientMessageDeliveryNotification::Params & operator=(::JsonRpc::ClientMessageDeliveryNotification::Params const &)
MCAPI void * $ctor(::std::string messageId)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ClientMessageDeliveryNotification(::std::string messageId)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14