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