LeviLamina
Loading...
Searching...
No Matches
ProxyConnection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/WeakPtr.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { class Candidate; }
11namespace cricket { class PortInterface; }
12// clang-format on
13
14namespace cricket {
15
17public:
18 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
39
40} // namespace cricket
Definition Candidate.h:15
Definition ProxyConnection.h:16
MCAPI ProxyConnection(::rtc::WeakPtr<::cricket::PortInterface >, uint64, ::cricket::Candidate const &)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::rtc::WeakPtr<::cricket::PortInterface >, uint64, ::cricket::Candidate const &)
Definition WeakPtr.h:8