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
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 2
27 virtual ~GlobalTransportFactory() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
36
37} // namespace NetherNet
Definition RefCountInterface.h:10
Definition GlobalTransportFactory.h:10
static MCAPI void ** $vftable()
Definition Alias.h:14