template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1132 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h
Public Methods
::fuchsia_sys2::wire::Instance Build ()
Build and return the table. The builder should not be used after this.
bool has_moniker ()
void clear_moniker ()
Clears the moniker field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & moniker ()
The path to this instance relative to the scope root.
BuilderImpl & moniker (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The path to this instance relative to the scope root.
bool has_url ()
void clear_url ()
Clears the url field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & url ()
The URL of the component manifest for this instance.
BuilderImpl & url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The URL of the component manifest for this instance.
bool has_instance_id ()
void clear_instance_id ()
Clears the instance_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & instance_id ()
The stable identifier for this instance, if one exists.
BuilderImpl & instance_id (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The stable identifier for this instance, if one exists.
bool has_resolved_info ()
void clear_resolved_info ()
Clears the resolved_info field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_sys2::wire::ResolvedInfo & resolved_info ()
Information about the resolved state of a component instance.
If the component is not resolved, this field is not set.
BuilderImpl & resolved_info (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_sys2::wire::ResolvedInfo>> elem)
Information about the resolved state of a component instance.
If the component is not resolved, this field is not set.
bool has_environment ()
void clear_environment ()
Clears the environment field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & environment ()
The component's environment name as defined by its parent.
BuilderImpl & environment (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The component's environment name as defined by its parent.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_sys2::wire::Instance, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sys2::wire::Instance>> && frame)