template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 866 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h
Public Methods
::fuchsia_sys2::wire::ResolvedInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_resolved_url ()
void clear_resolved_url ()
Clears the resolved_url field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & resolved_url ()
The resolved URL of this instance.
BuilderImpl & resolved_url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The resolved URL of this instance.
bool has_execution_info ()
void clear_execution_info ()
Clears the execution_info field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_sys2::wire::ExecutionInfo & execution_info ()
Information about the execution state of a component instance.
If the component is not running, this field is not set.
BuilderImpl & execution_info (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_sys2::wire::ExecutionInfo>> elem)
Information about the execution state of a component instance.
If the component is not running, this field is not set.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_sys2::wire::ResolvedInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sys2::wire::ResolvedInfo>> && frame)