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