LeviLamina
Loading...
Searching...
No Matches
JsonWebRtcNotification.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/services/signaling/json_rpc/JsonRpcNotificationBase.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 // JsonWebRtcNotification inner types declare
18 // clang-format off
19 struct Params;
20 // clang-format on
21
22 // JsonWebRtcNotification inner types define
23 struct Params {
24 public:
25 // member variables
26 // NOLINTBEGIN
29 // NOLINTEND
30
31 public:
32 // prevent constructor by default
33 Params& operator=(Params const&);
34 Params(Params const&);
35 Params();
36
37 public:
38 // member functions
39 // NOLINTBEGIN
40 MCNAPI ::JsonRpc::JsonWebRtcNotification::Params& operator=(::JsonRpc::JsonWebRtcNotification::Params&&);
41 // NOLINTEND
42 };
43
44public:
45 // member variables
46 // NOLINTBEGIN
48 // NOLINTEND
49
50public:
51 // prevent constructor by default
55
56public:
57 // member functions
58 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // static functions
64 // NOLINTBEGIN
65 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCNAPI void $dtor();
72 // NOLINTEND
73};
74
75} // namespace JsonRpc
Definition JsonRpcNotificationBase.h:7
Definition JsonWebRtcNotification.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition JsonWebRtcNotification.h:23
MCAPI::JsonRpc::JsonWebRtcNotification::Params & operator=(::JsonRpc::JsonWebRtcNotification::Params &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14