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
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& operator=(Params const&);
35 Params(Params const&);
36 Params();
37
38 public:
39 // member functions
40 // NOLINTBEGIN
41 MCNAPI ::JsonRpc::JsonWebRtcMessage::Params& operator=(::JsonRpc::JsonWebRtcMessage::Params&&);
42
43 MCNAPI ~Params();
44 // NOLINTEND
45
46 public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51 };
52
53public:
54 // member variables
55 // NOLINTBEGIN
57 // NOLINTEND
58
59public:
60 // prevent constructor by default
61 JsonWebRtcMessage& operator=(JsonWebRtcMessage const&);
64
65public:
66 // member functions
67 // NOLINTBEGIN
69 // NOLINTEND
70
71public:
72 // static functions
73 // NOLINTBEGIN
74 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
75 // NOLINTEND
76
77public:
78 // destructor thunk
79 // NOLINTBEGIN
80 MCNAPI void $dtor();
81 // NOLINTEND
82};
83
84} // namespace JsonRpc
Definition JsonRpcRequestBase.h:7
Definition JsonWebRtcMessage.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition JsonWebRtcMessage.h:23
MCAPI::JsonRpc::JsonWebRtcMessage::Params & operator=(::JsonRpc::JsonWebRtcMessage::Params &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14