template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1603 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/wire_types.h

Public Methods

::fuchsia_component_runner::wire::ComponentTasks Build ()

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

bool has_component_task ()
void clear_component_task ()

Clears the component_task field.

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

O(number_of_fields) complexity.

::fuchsia_component_runner::wire::Task & component_task ()

Getter for component_task.

BuilderImpl & component_task (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_component_runner::wire::Task>> elem)

Setter for component_task.

bool has_parent_task ()
void clear_parent_task ()

Clears the parent_task field.

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

O(number_of_fields) complexity.

::fuchsia_component_runner::wire::Task & parent_task ()

Getter for parent_task.

BuilderImpl & parent_task (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_component_runner::wire::Task>> elem)

Setter for parent_task.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_component_runner::wire::ComponentTasks, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_runner::wire::ComponentTasks>> && frame)

Records