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(Params const&);
42 Params();
43
44#endif
45 public:
46 // member functions
47 // NOLINTBEGIN
48#ifdef LL_PLAT_C
49 MCNAPI ::JsonRpc::JsonRpcSendPartyChat::Params& operator=(::JsonRpc::JsonRpcSendPartyChat::Params&&);
50
51 MCNAPI ::JsonRpc::JsonRpcSendPartyChat::Params& operator=(::JsonRpc::JsonRpcSendPartyChat::Params const&);
52
53 MCNAPI ~Params();
54#endif
55 // NOLINTEND
56
57 public:
58 // destructor thunk
59 // NOLINTBEGIN
60#ifdef LL_PLAT_C
61 MCNAPI void $dtor();
62#endif
63 // NOLINTEND
64 };
65
66public:
67 // member variables
68 // NOLINTBEGIN
70 // NOLINTEND
71
72public:
73 // prevent constructor by default
74 JsonRpcSendPartyChat& operator=(JsonRpcSendPartyChat const&);
75 JsonRpcSendPartyChat(JsonRpcSendPartyChat const&);
76 JsonRpcSendPartyChat();
77
78public:
79 // member functions
80 // NOLINTBEGIN
81#ifdef LL_PLAT_C
82 MCNAPI JsonRpcSendPartyChat(::std::string const& partyId, ::std::string const& message);
83
84 MCNAPI ~JsonRpcSendPartyChat();
85#endif
86 // NOLINTEND
87
88public:
89 // static functions
90 // NOLINTBEGIN
91#ifdef LL_PLAT_C
92 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
93#endif
94 // NOLINTEND
95
96public:
97 // constructor thunks
98 // NOLINTBEGIN
99#ifdef LL_PLAT_C
100 MCNAPI void* $ctor(::std::string const& partyId, ::std::string const& message);
101#endif
102 // NOLINTEND
103
104public:
105 // destructor thunk
106 // NOLINTBEGIN
107#ifdef LL_PLAT_C
108 MCNAPI void $dtor();
109#endif
110 // NOLINTEND
111};
112
113} // namespace JsonRpc
Definition JsonRpcRequestBase.h:7
Definition JsonRpcSendPartyChat.h:23
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14