template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 878 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h
Public Methods
::fuchsia_driver_development::wire::NodeBindingInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_node_name ()
void clear_node_name ()
Clears the node_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & node_name ()
Full topological name of the node.
BuilderImpl & node_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Full topological name of the node.
bool has_driver_url ()
void clear_driver_url ()
Clears the driver_url field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & driver_url ()
This is the component url for the driver that bound to the node.
If this is present, then |composite_parents| must not be.
BuilderImpl & driver_url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
This is the component url for the driver that bound to the node.
If this is present, then |composite_parents| must not be.
bool has_composite_parents ()
void clear_composite_parents ()
Clears the composite_parents field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_driver_framework::wire::CompositeParent> & composite_parents ()
The composite parents that this node binded to.
If this is present, then |driver_url| must not be.
BuilderImpl & composite_parents (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_driver_framework::wire::CompositeParent>>> elem)
The composite parents that this node binded to.
If this is present, then |driver_url| must not be.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_driver_development::wire::NodeBindingInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_development::wire::NodeBindingInfo>> && frame)