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 // member functions
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // constructor thunks
25 // NOLINTBEGIN
26 MCAPI void* $ctor(::rtc::WeakPtr<::cricket::PortInterface>, uint64, ::cricket::Candidate const&);
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCAPI static void** $vftable();
33 // NOLINTEND
34};
35
36} // namespace cricket
Definition Candidate.h:15
Definition ProxyConnection.h:16
Definition WeakPtr.h:8