LeviLamina
Loading...
Searching...
No Matches
SctpTransportFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace rtc { class Thread; }
8// clang-format on
9
10namespace cricket {
11
13public:
14 // member functions
15 // NOLINTBEGIN
16 MCAPI explicit SctpTransportFactory(::rtc::Thread*);
17 // NOLINTEND
18
19public:
20 // constructor thunks
21 // NOLINTBEGIN
22 MCAPI void* $ctor(::rtc::Thread*);
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCAPI static void** $vftable();
29 // NOLINTEND
30};
31
32} // namespace cricket
Definition SctpTransportFactory.h:12
Definition Thread.h:20