template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1798 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::ComponentDiagnostics Build ()
Build and return the table. The builder should not be used after this.
bool has_tasks ()
void clear_tasks ()
Clears the tasks field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_component_runner::wire::ComponentTasks & tasks ()
Getter for tasks.
BuilderImpl & tasks (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_component_runner::wire::ComponentTasks>> elem)
Setter for tasks.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_component_runner::wire::ComponentDiagnostics, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_runner::wire::ComponentDiagnostics>> && frame)