LeviLamina
Loading...
Searching...
No Matches
JsepTransportDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { struct TransportDescription; }
8// clang-format on
9
10namespace cricket {
11
13public:
14 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
23 MCNAPI JsepTransportDescription(bool, ::std::vector<int> const&, int, ::cricket::TransportDescription const&);
24
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
32
33 MCNAPI void* $ctor(bool, ::std::vector<int> const&, int, ::cricket::TransportDescription const&);
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace cricket
Definition JsepTransportDescription.h:12
MCAPI JsepTransportDescription(::cricket::JsepTransportDescription const &)
MCAPI void * $ctor(::cricket::JsepTransportDescription const &)
MCAPI JsepTransportDescription(bool, ::std::vector< int > const &, int, ::cricket::TransportDescription const &)
MCAPI void * $ctor(bool, ::std::vector< int > const &, int, ::cricket::TransportDescription const &)
Definition TransportDescription.h:17