LeviLamina
Loading...
Searching...
No Matches
JsonRpcJoinPartyChat.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 JsonRpcJoinPartyChat : public ::JsonRpc::JsonRpcRequestBase {
16public:
17 // JsonRpcJoinPartyChat inner types declare
18 // clang-format off
19 struct Params;
20 // clang-format on
21
22 // JsonRpcJoinPartyChat 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#ifdef LL_PLAT_C
40 MCNAPI ~Params();
41#endif
42 // NOLINTEND
43
44 public:
45 // destructor thunk
46 // NOLINTBEGIN
47#ifdef LL_PLAT_C
48 MCNAPI void $dtor();
49#endif
50 // NOLINTEND
51 };
52
53public:
54 // member variables
55 // NOLINTBEGIN
57 // NOLINTEND
58
59public:
60 // prevent constructor by default
61 JsonRpcJoinPartyChat& operator=(JsonRpcJoinPartyChat const&);
62 JsonRpcJoinPartyChat(JsonRpcJoinPartyChat const&);
63 JsonRpcJoinPartyChat();
64
65public:
66 // member functions
67 // NOLINTBEGIN
68#ifdef LL_PLAT_C
69 MCNAPI explicit JsonRpcJoinPartyChat(::std::string const& partyId);
70
71 MCNAPI ~JsonRpcJoinPartyChat();
72#endif
73 // NOLINTEND
74
75public:
76 // static functions
77 // NOLINTBEGIN
78#ifdef LL_PLAT_C
79 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
80#endif
81 // NOLINTEND
82
83public:
84 // constructor thunks
85 // NOLINTBEGIN
86#ifdef LL_PLAT_C
87 MCNAPI void* $ctor(::std::string const& partyId);
88#endif
89 // NOLINTEND
90
91public:
92 // destructor thunk
93 // NOLINTBEGIN
94#ifdef LL_PLAT_C
95 MCNAPI void $dtor();
96#endif
97 // NOLINTEND
98};
99
100} // namespace JsonRpc
Definition JsonRpcRequestBase.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::JsonRpc::JsonRpcRequestBase const &)
Definition JsonRpcJoinPartyChat.h:23
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14