template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 404 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::NodeBandwidth Build ()

Build and return the table. The builder should not be used after this.

bool has_node_id ()
void clear_node_id ()

Clears the node_id field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint32_t & node_id ()

Unique ID that refers to the node this bandwidth is requested for.

BuilderImpl & node_id (uint32_t elem)

Unique ID that refers to the node this bandwidth is requested for.

bool has_requests ()
void clear_requests ()

Clears the requests 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::BandwidthRequest> & requests ()

Set of requests for all edges to this node.

BuilderImpl & requests (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_interconnect::wire::BandwidthRequest>>> elem)

Set of requests for all edges to this node.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_interconnect::wire::NodeBandwidth, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_interconnect::wire::NodeBandwidth>> && frame)

Records