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 // member variables
15 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // prevent constructor by default
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCNAPI explicit ProbeControllerConfig(::webrtc::FieldTrialsView const* key_value_config);
48
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCNAPI void* $ctor(::webrtc::FieldTrialsView const* key_value_config);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63};
64
65} // namespace webrtc
Definition FieldTrialsView.h:7
Definition Alias.h:14
Definition ProbeControllerConfig.h:12
MCAPI void * $ctor(::webrtc::FieldTrialsView const *key_value_config)
MCAPI ProbeControllerConfig(::webrtc::FieldTrialsView const *key_value_config)