template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 487 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::ConfigField Build ()

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

bool has_key ()
void clear_key ()

Clears the key field.

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

O(number_of_fields) complexity.

::fidl::StringView & key ()

(Required) The identifier for this config field.

This key will be used to match overrides.

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

(Required) The identifier for this config field.

This key will be used to match overrides.

bool has_type ()
void clear_type ()

Clears the type field.

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

O(number_of_fields) complexity.

::fuchsia_component_decl::wire::ConfigType & type ()

(Required) The type of config values. Config values are verified

against this layout at build time and run time.

BuilderImpl & type (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_component_decl::wire::ConfigType>> elem)

(Required) The type of config values. Config values are verified

against this layout at build time and run time.

bool has_mutability ()
void clear_mutability ()

Clears the mutability field.

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

O(number_of_fields) complexity.

::fuchsia_component_decl::wire::ConfigMutability & mutability ()

Allowed sources for runtime overrides of this field's value.

BuilderImpl & mutability (::fuchsia_component_decl::wire::ConfigMutability elem)

Allowed sources for runtime overrides of this field's value.

Protected Methods

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

Records