template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 749 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::ProviderSpec Build ()

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

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 ()

Getter for name.

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

Setter for name.

bool has_buffer_size_megabytes_hint ()
void clear_buffer_size_megabytes_hint ()

Clears the buffer_size_megabytes_hint field.

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

O(number_of_fields) complexity.

uint32_t & buffer_size_megabytes_hint ()

Getter for buffer_size_megabytes_hint.

BuilderImpl & buffer_size_megabytes_hint (uint32_t elem)

Setter for buffer_size_megabytes_hint.

bool has_categories ()
void clear_categories ()

Clears the categories field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fidl::StringView> & categories ()

Getter for categories.

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

Setter for categories.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_tracing_controller::wire::ProviderSpec, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tracing_controller::wire::ProviderSpec>> && frame)

Records