template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1667 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h
Public Methods
::fuchsia_hardware_interconnect::wire::Metadata Build ()
Build and return the table. The builder should not be used after this.
bool has_paths ()
void clear_paths ()
Clears the paths field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_interconnect::wire::PathEndpoints> & paths ()
Paths need not be between adjacent nodes, but a valid path from source node
to destination node must exist in the node graph.
BuilderImpl & paths (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_interconnect::wire::PathEndpoints>>> elem)
Paths need not be between adjacent nodes, but a valid path from source node
to destination node must exist in the node graph.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_interconnect::wire::Metadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_interconnect::wire::Metadata>> && frame)