LeviLamina
Loading...
Searching...
No Matches
JsonWebRtcMessage.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
15class JsonWebRtcMessage : public ::JsonRpc::JsonRpcRequestBase {
16public:
17 // JsonWebRtcMessage inner types declare
18 // clang-format off
19 struct Params;
20 // clang-format on
21
22 // JsonWebRtcMessage inner types define
23 struct Params {
24 public:
25 // member variables
26 // NOLINTBEGIN
30 // NOLINTEND
31
32 public:
33 // prevent constructor by default
34 Params(Params const&);
35 Params();
36
37 public:
38 // member functions
39 // NOLINTBEGIN
40 MCNAPI ::JsonRpc::JsonWebRtcMessage::Params& operator=(::JsonRpc::JsonWebRtcMessage::Params&&);
41
42 MCNAPI ::JsonRpc::JsonWebRtcMessage::Params& operator=(::JsonRpc::JsonWebRtcMessage::Params const&);
43
44 MCNAPI ~Params();
45 // NOLINTEND
46
47 public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52 };
53
54public:
55 // member variables
56 // NOLINTBEGIN
58 // NOLINTEND
59
60public:
61 // prevent constructor by default
62 JsonWebRtcMessage& operator=(JsonWebRtcMessage const&);
63 JsonWebRtcMessage(JsonWebRtcMessage const&);
64 JsonWebRtcMessage();
65
66public:
67 // member functions
68 // NOLINTBEGIN
69 MCNAPI JsonWebRtcMessage(::std::string const& toPlayerId, ::std::string const& innerMessage);
70
72 // NOLINTEND
73
74public:
75 // static functions
76 // NOLINTBEGIN
77 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
78 // NOLINTEND
79
80public:
81 // constructor thunks
82 // NOLINTBEGIN
83 MCNAPI void* $ctor(::std::string const& toPlayerId, ::std::string const& innerMessage);
84 // NOLINTEND
85
86public:
87 // destructor thunk
88 // NOLINTBEGIN
89 MCNAPI void $dtor();
90 // NOLINTEND
91};
92
93} // namespace JsonRpc
Definition JsonRpcRequestBase.h:12
MCAPI void * $ctor(::std::string const &toPlayerId, ::std::string const &innerMessage)
MCAPI JsonWebRtcMessage(::std::string const &toPlayerId, ::std::string const &innerMessage)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition JsonWebRtcMessage.h:23
MCAPI::JsonRpc::JsonWebRtcMessage::Params & operator=(::JsonRpc::JsonWebRtcMessage::Params const &)
MCAPI::JsonRpc::JsonWebRtcMessage::Params & operator=(::JsonRpc::JsonWebRtcMessage::Params &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14