template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1325 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/wire_types.h
Public Methods
::fuchsia_tracing_controller::wire::StopResult Build ()
Build and return the table. The builder should not be used after this.
bool has_provider_stats ()
void clear_provider_stats ()
Clears the provider_stats field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_tracing_controller::wire::ProviderStats> & provider_stats ()
Getter for provider_stats.
BuilderImpl & provider_stats (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_tracing_controller::wire::ProviderStats>>> elem)
Setter for provider_stats.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_tracing_controller::wire::StopResult, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tracing_controller::wire::StopResult>> && frame)