template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 182 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/wire_types.h
Public Methods
::fuchsia_component_runner::wire::ComponentNamespaceEntry Build ()
Build and return the table. The builder should not be used after this.
bool has_path ()
void clear_path ()
Clears the path field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & path ()
The mount point for the directory, including a
leading slash. For example: "/pkg", "/svc", or "/config/data".
BuilderImpl & path (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The mount point for the directory, including a
leading slash. For example: "/pkg", "/svc", or "/config/data".
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 directory mounted at the above `path`.
BuilderImpl & directory (::fidl::ClientEnd< ::fuchsia_io::Directory> elem)
The directory mounted at the above `path`.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_component_runner::wire::ComponentNamespaceEntry, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_runner::wire::ComponentNamespaceEntry>> && frame)