template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1103 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h

Public Methods

::fuchsia_wlan_stats::wire::InspectGaugeConfig Build ()

Build and return the table. The builder should not be used after this.

bool has_gauge_id ()
void clear_gauge_id ()

Clears the gauge_id field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint16_t & gauge_id ()

Getter for gauge_id.

BuilderImpl & gauge_id (uint16_t elem)

Setter for gauge_id.

bool has_gauge_name ()
void clear_gauge_name ()

Clears the gauge_name field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & gauge_name ()

Getter for gauge_name.

BuilderImpl & gauge_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Setter for gauge_name.

bool has_statistics ()
void clear_statistics ()

Clears the statistics field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_wlan_stats::wire::GaugeStatistic> & statistics ()

An Inspect time series would be created per statistic.

BuilderImpl & statistics (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_wlan_stats::wire::GaugeStatistic>>> elem)

An Inspect time series would be created per statistic.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_stats::wire::InspectGaugeConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_stats::wire::InspectGaugeConfig>> && frame)

Records