LeviLamina
Loading...
Searching...
No Matches
JsonRpcRemoveFromPartyChat.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 JsonRpcRemoveFromPartyChat : public ::JsonRpc::JsonRpcRequestBase {
16public:
17 // JsonRpcRemoveFromPartyChat inner types declare
18 // clang-format off
19 struct Params;
20 // clang-format on
21
22 // JsonRpcRemoveFromPartyChat 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::JsonRpcRemoveFromPartyChat::Params&
51
52 MCNAPI ::JsonRpc::JsonRpcRemoveFromPartyChat::Params&
54
55 MCNAPI ~Params();
56#endif
57 // NOLINTEND
58
59 public:
60 // destructor thunk
61 // NOLINTBEGIN
62#ifdef LL_PLAT_C
63 MCNAPI void $dtor();
64#endif
65 // NOLINTEND
66 };
67
68public:
69 // member variables
70 // NOLINTBEGIN
72 // NOLINTEND
73
74public:
75 // prevent constructor by default
76 JsonRpcRemoveFromPartyChat& operator=(JsonRpcRemoveFromPartyChat const&);
77 JsonRpcRemoveFromPartyChat(JsonRpcRemoveFromPartyChat const&);
78 JsonRpcRemoveFromPartyChat();
79
80public:
81 // member functions
82 // NOLINTBEGIN
83#ifdef LL_PLAT_C
84 MCNAPI JsonRpcRemoveFromPartyChat(::std::string const& partyId, ::std::string const& xuid);
85
86 MCNAPI ~JsonRpcRemoveFromPartyChat();
87#endif
88 // NOLINTEND
89
90public:
91 // static functions
92 // NOLINTBEGIN
93#ifdef LL_PLAT_C
94 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
95#endif
96 // NOLINTEND
97
98public:
99 // constructor thunks
100 // NOLINTBEGIN
101#ifdef LL_PLAT_C
102 MCNAPI void* $ctor(::std::string const& partyId, ::std::string const& xuid);
103#endif
104 // NOLINTEND
105
106public:
107 // destructor thunk
108 // NOLINTBEGIN
109#ifdef LL_PLAT_C
110 MCNAPI void $dtor();
111#endif
112 // NOLINTEND
113};
114
115} // namespace JsonRpc
Definition JsonRpcRequestBase.h:7
Definition JsonRpcRemoveFromPartyChat.h:23
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14