template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_component_decl::wire::Program Build ()

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

bool has_runner ()
void clear_runner ()

Clears the runner field.

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

O(number_of_fields) complexity.

::fidl::StringView & runner ()

The name of the runner to use to run the component. Must match a `RunnerRegistration` in the

component's environment. If this value is not supplied, the component must 'use' a runner.

If this value is supplied, the component may 'use' a runner, but it must be identical

(matching name, from environment).

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

The name of the runner to use to run the component. Must match a `RunnerRegistration` in the

component's environment. If this value is not supplied, the component must 'use' a runner.

If this value is supplied, the component may 'use' a runner, but it must be identical

(matching name, from environment).

bool has_info ()
void clear_info ()

Clears the info field.

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

O(number_of_fields) complexity.

::fuchsia_data::wire::Dictionary & info ()

(Required) Information about the program to run when the component is

executed. The component manager provides the contents of this dictionary

to the runner when executing this program.

For instance, this might contain a path to the program's executable

image, or program arguments.

* The keys represent namespaced properties, delimited by ".".

* Properties may be nested in values, but only in the case of an object

vector.

BuilderImpl & info (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_data::wire::Dictionary>> elem)

(Required) Information about the program to run when the component is

executed. The component manager provides the contents of this dictionary

to the runner when executing this program.

For instance, this might contain a path to the program's executable

image, or program arguments.

* The keys represent namespaced properties, delimited by ".".

* Properties may be nested in values, but only in the case of an object

vector.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_component_decl::wire::Program, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::Program>> && frame)

Records