template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 162 of file fidling/gen/sdk/fidl/fuchsia.component.resolution/fuchsia.component.resolution/cpp/fidl/fuchsia.component.resolution/cpp/wire_types.h
Public Methods
::fuchsia_component_resolution::wire::Package Build ()
Build and return the table. The builder should not be used after this.
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 package itself.
BuilderImpl & url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The URL of the package itself.
bool has_directory ()
void clear_directory ()
Clears the directory field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ClientEnd< ::fuchsia_io::Directory> & directory ()
The package's content directory.
BuilderImpl & directory (::fidl::ClientEnd< ::fuchsia_io::Directory> elem)
The package's content directory.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_component_resolution::wire::Package, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_resolution::wire::Package>> && frame)