template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 8993 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::ResolverRegistration Build ()
Build and return the table. The builder should not be used after this.
bool has_resolver ()
void clear_resolver ()
Clears the resolver field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & resolver ()
(Required) The name of the resolver.
BuilderImpl & resolver (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
(Required) The name of the resolver.
bool has_source ()
void clear_source ()
Clears the source field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_component_decl::wire::Ref & source ()
(Required) The provider of the capability relative to the component
itself. Must be `parent`, `self`, or `child`.
BuilderImpl & source (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_component_decl::wire::Ref>> elem)
(Required) The provider of the capability relative to the component
itself. Must be `parent`, `self`, or `child`.
bool has_scheme ()
void clear_scheme ()
Clears the scheme field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & scheme ()
(Required) The URL scheme the resolver is registered to handle. Only one
resolver may be registered to a particular URL scheme. The URL scheme
must start with a lowercase ASCII letter (a-z), and may contain
lowercase ASCII letters, digits, `+`, `-`, and `.`.
BuilderImpl & scheme (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
(Required) The URL scheme the resolver is registered to handle. Only one
resolver may be registered to a particular URL scheme. The URL scheme
must start with a lowercase ASCII letter (a-z), and may contain
lowercase ASCII letters, digits, `+`, `-`, and `.`.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_component_decl::wire::ResolverRegistration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::ResolverRegistration>> && frame)