LeviLamina
Loading...
Searching...
No Matches
JsonRpcSendPartyChat.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/services/signaling/json_rpc/JsonRpcRequestBase.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 JsonRpcSendPartyChat : public ::JsonRpc::JsonRpcRequestBase {
16public:
17 // JsonRpcSendPartyChat inner types declare
18 // clang-format off
19 struct Params;
20 // clang-format on
21
22 // JsonRpcSendPartyChat inner types define
23 struct Params {
24 public:
25 // member variables
26 // NOLINTBEGIN
29 // NOLINTEND
30
31#ifdef LL_PLAT_S
32 public:
33 // prevent constructor by default
34 Params& operator=(Params const&);
35 Params(Params const&);
36 Params();
37
38#else // LL_PLAT_C
39 public:
40 // prevent constructor by default
41 Params& operator=(Params const&);
42 Params();
43
44#endif
45 public:
46 // member functions
47 // NOLINTBEGIN
48#ifdef LL_PLAT_C
49 MCNAPI Params(::JsonRpc::JsonRpcSendPartyChat::Params const&);
50
51 MCNAPI ::JsonRpc::JsonRpcSendPartyChat::Params& operator=(::JsonRpc::JsonRpcSendPartyChat::Params&&);
52
53 MCNAPI ~Params();
54#endif
55 // NOLINTEND
56
57 public:
58 // constructor thunks
59 // NOLINTBEGIN
60#ifdef LL_PLAT_C
62#endif
63 // NOLINTEND
64
65 public:
66 // destructor thunk
67 // NOLINTBEGIN
68#ifdef LL_PLAT_C
69 MCNAPI void $dtor();
70#endif
71 // NOLINTEND
72 };
73
74public:
75 // member variables
76 // NOLINTBEGIN
78 // NOLINTEND
79
80public:
81 // prevent constructor by default
82 JsonRpcSendPartyChat& operator=(JsonRpcSendPartyChat const&);
83 JsonRpcSendPartyChat(JsonRpcSendPartyChat const&);
84 JsonRpcSendPartyChat();
85
86public:
87 // member functions
88 // NOLINTBEGIN
89#ifdef LL_PLAT_C
90 MCNAPI JsonRpcSendPartyChat(::std::string const& partyId, ::std::string const& message);
91
92 MCNAPI ~JsonRpcSendPartyChat();
93#endif
94 // NOLINTEND
95
96public:
97 // static functions
98 // NOLINTBEGIN
99#ifdef LL_PLAT_C
100 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
101#endif
102 // NOLINTEND
103
104public:
105 // constructor thunks
106 // NOLINTBEGIN
107#ifdef LL_PLAT_C
108 MCNAPI void* $ctor(::std::string const& partyId, ::std::string const& message);
109#endif
110 // NOLINTEND
111
112public:
113 // destructor thunk
114 // NOLINTBEGIN
115#ifdef LL_PLAT_C
116 MCNAPI void $dtor();
117#endif
118 // NOLINTEND
119};
120
121} // namespace JsonRpc
Definition JsonRpcRequestBase.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::JsonRpc::JsonRpcRequestBase const &)
Definition JsonRpcSendPartyChat.h:23
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14