LeviLamina
Loading...
Searching...
No Matches
ReceiveChatResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace JsonRpc {
11
12struct ReceiveChatResult {
13public:
14 // member variables
15 // NOLINTBEGIN
22 // NOLINTEND
23
24#ifdef LL_PLAT_S
25public:
26 // prevent constructor by default
27 ReceiveChatResult& operator=(ReceiveChatResult const&);
28 ReceiveChatResult(ReceiveChatResult const&);
29 ReceiveChatResult();
30
31#else // LL_PLAT_C
32public:
33 // prevent constructor by default
34 ReceiveChatResult();
35
36#endif
37public:
38 // member functions
39 // NOLINTBEGIN
40#ifdef LL_PLAT_C
41 MCNAPI ReceiveChatResult(::JsonRpc::ReceiveChatResult const&);
42
43 MCNAPI ::JsonRpc::ReceiveChatResult& operator=(::JsonRpc::ReceiveChatResult&&);
44
45 MCNAPI ::JsonRpc::ReceiveChatResult& operator=(::JsonRpc::ReceiveChatResult const&);
46
47 MCNAPI ~ReceiveChatResult();
48#endif
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54#ifdef LL_PLAT_C
55 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
56#endif
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62#ifdef LL_PLAT_C
63 MCNAPI void* $ctor(::JsonRpc::ReceiveChatResult const&);
64#endif
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70#ifdef LL_PLAT_C
71 MCNAPI void $dtor();
72#endif
73 // NOLINTEND
74};
75
76} // namespace JsonRpc
Definition ReceiveChatResult.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14