LeviLamina
Loading...
Searching...
No Matches
GlobalTransportFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RefCountInterface.h"
7
8namespace NetherNet {
9
10struct GlobalTransportFactory : public ::webrtc::RefCountInterface {
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 GlobalTransportFactory& operator=(GlobalTransportFactory const&);
20 GlobalTransportFactory(GlobalTransportFactory const&);
21 GlobalTransportFactory();
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~GlobalTransportFactory() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
35
36} // namespace NetherNet
Definition RefCountInterface.h:10
static MCAPI void ** $vftable()
Definition Alias.h:14