template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1897 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::ProviderInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_id ()
void clear_id ()
Clears the id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & id ()
The provider's ID, assigned by trace-manager.
BuilderImpl & id (uint32_t elem)
The provider's ID, assigned by trace-manager.
bool has_pid ()
void clear_pid ()
Clears the pid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & pid ()
The provider's pid.
BuilderImpl & pid (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The provider's pid.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
The name of the provider.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the provider.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_tracing_controller::wire::ProviderInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tracing_controller::wire::ProviderInfo>> && frame)