LeviLamina
Loading...
Searching...
No Matches
NetworkControllerConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
21
22public:
23 // member functions
24 // NOLINTBEGIN
26
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition Alias.h:14
Definition NetworkControllerConfig.h:7
MCAPI NetworkControllerConfig(::webrtc::NetworkControllerConfig const &)
MCAPI void * $ctor(::webrtc::NetworkControllerConfig const &)