template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 652 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/wire_types.h
Public Methods
::fuchsia_component_runtime::wire::CapabilitiesDirConnectorOpenRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_dir_connector ()
void clear_dir_connector ()
Clears the dir_connector field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::eventpair & dir_connector ()
Getter for dir_connector.
BuilderImpl & dir_connector (::zx::eventpair elem)
Setter for dir_connector.
bool has_channel ()
void clear_channel ()
Clears the channel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ServerEnd< ::fuchsia_io::Directory> & channel ()
Getter for channel.
BuilderImpl & channel (::fidl::ServerEnd< ::fuchsia_io::Directory> elem)
Setter for channel.
bool has_flags ()
void clear_flags ()
Clears the flags field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_io::wire::Flags & flags ()
Getter for flags.
BuilderImpl & flags (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_io::wire::Flags>> elem)
Setter for flags.
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 ()
Getter for path.
BuilderImpl & path (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for path.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_component_runtime::wire::CapabilitiesDirConnectorOpenRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_runtime::wire::CapabilitiesDirConnectorOpenRequest>> && frame)