LeviLamina
Loading...
Searching...
No Matches
SctpTransportInformation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/SctpTransportState.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class DtlsTransportInterface; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
36 ::webrtc::SctpTransportState,
38 ::std::optional<double>,
39 ::std::optional<int>
40 );
41
42 MCNAPI ::webrtc::SctpTransportInformation& operator=(::webrtc::SctpTransportInformation const&);
43
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
51
52 MCNAPI void* $ctor(
53 ::webrtc::SctpTransportState,
55 ::std::optional<double>,
56 ::std::optional<int>
57 );
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace webrtc
Definition SctpTransportInformation.h:16
MCAPI void * $ctor(::webrtc::SctpTransportState, ::webrtc::scoped_refptr<::webrtc::DtlsTransportInterface >, ::std::optional< double >, ::std::optional< int >)
MCAPI SctpTransportInformation(::webrtc::SctpTransportInformation const &)
MCAPI void * $ctor(::webrtc::SctpTransportInformation const &)
MCAPI::webrtc::SctpTransportInformation & operator=(::webrtc::SctpTransportInformation const &)
MCAPI SctpTransportInformation(::webrtc::SctpTransportState, ::webrtc::scoped_refptr<::webrtc::DtlsTransportInterface >, ::std::optional< double >, ::std::optional< int >)
Definition scoped_refptr.h:8
Definition Alias.h:14