template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 526 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/wire_types.h
Public Methods
::fuchsia_component_sandbox::wire::CapabilityStoreDirConnectorOpenRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_id ()
void clear_id ()
Clears the id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & id ()
Getter for id.
BuilderImpl & id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for id.
bool has_server_end ()
void clear_server_end ()
Clears the server_end 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> & server_end ()
Getter for server_end.
BuilderImpl & server_end (::fidl::ServerEnd< ::fuchsia_io::Directory> elem)
Setter for server_end.
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_sandbox::wire::CapabilityStoreDirConnectorOpenRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_sandbox::wire::CapabilityStoreDirConnectorOpenRequest>> && frame)