LeviLamina
Loading...
Searching...
No Matches
ProbeControllerConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class FieldTrialsView; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // prevent constructor by default
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCNAPI void* $ctor(::webrtc::FieldTrialsView const*);
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36};
37
38} // namespace webrtc
Definition FieldTrialsView.h:7
Definition ProbeControllerConfig.h:12
MCAPI void * $ctor(::webrtc::FieldTrialsView const *)
MCAPI ProbeControllerConfig(::webrtc::FieldTrialsView const *)