LeviLamina
Loading...
Searching...
No Matches
PeerConnectionFactoryDependencies.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // prevent constructor by default
44
45public:
46 // member functions
47 // NOLINTBEGIN
49
51
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCAPI void* $ctor();
59
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCAPI void $dtor();
67 // NOLINTEND
68};
69
70} // namespace webrtc
Definition Alias.h:14
Definition PeerConnectionFactoryDependencies.h:7