LeviLamina
Loading...
Searching...
No Matches
TrendlineEstimatorSettings.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
12struct TrendlineEstimatorSettings {
13public:
14 // member variables
15 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 TrendlineEstimatorSettings& operator=(TrendlineEstimatorSettings const&);
27 TrendlineEstimatorSettings(TrendlineEstimatorSettings const&);
28 TrendlineEstimatorSettings();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI explicit TrendlineEstimatorSettings(::webrtc::FieldTrialsView const* key_value_config);
34 // NOLINTEND
35
36public:
37 // static variables
38 // NOLINTBEGIN
39 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kKey();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor(::webrtc::FieldTrialsView const* key_value_config);
46 // NOLINTEND
47};
48
49} // namespace webrtc
Definition FieldTrialsView.h:7
Definition Alias.h:14
static MCAPI ::std::add_lvalue_reference_t< char const[]> kKey()
MCAPI void * $ctor(::webrtc::FieldTrialsView const *key_value_config)
MCAPI TrendlineEstimatorSettings(::webrtc::FieldTrialsView const *key_value_config)