LeviLamina
Loading...
Searching...
No Matches
NetworkControlUpdate.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
20
21public:
22 // member functions
23 // NOLINTBEGIN
25
27
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor();
35
36 MCAPI void* $ctor(::webrtc::NetworkControlUpdate const&);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition Alias.h:14
Definition NetworkControlUpdate.h:7