template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 568 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h

Public Methods

::fuchsia_cpu_profiler::wire::LaunchComponent Build ()

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

bool has_url ()
void clear_url ()

Clears the url field.

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

O(number_of_fields) complexity.

::fidl::StringView & url ()

The url of the component to launch (required)

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

The url of the component to launch (required)

bool has_moniker ()
void clear_moniker ()

Clears the moniker field.

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

O(number_of_fields) complexity.

::fidl::StringView & moniker ()

The location to launch the component. If not specified, a default

location will be used.

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

The location to launch the component. If not specified, a default

location will be used.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_cpu_profiler::wire::LaunchComponent, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_cpu_profiler::wire::LaunchComponent>> && frame)

Records