template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 885 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::Node 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.
uint32_t & id ()
Unique ID that refers to this node in other structs.
BuilderImpl & id (uint32_t elem)
Unique ID that refers to this node in other structs.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
The name of the node.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the node.
bool has_interconnect_name ()
void clear_interconnect_name ()
Clears the interconnect_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & interconnect_name ()
An optional name of the interconnect the node lives on.
BuilderImpl & interconnect_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
An optional name of the interconnect the node lives on.
bool has_initial_avg_bandwidth_bps ()
void clear_initial_avg_bandwidth_bps ()
Clears the initial_avg_bandwidth_bps field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & initial_avg_bandwidth_bps ()
Optional average bandwidth value to start with. If not provided, defaults to 0.
BuilderImpl & initial_avg_bandwidth_bps (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Optional average bandwidth value to start with. If not provided, defaults to 0.
bool has_initial_peak_bandwidth_bps ()
void clear_initial_peak_bandwidth_bps ()
Clears the initial_peak_bandwidth_bps field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & initial_peak_bandwidth_bps ()
Optional peak bandwidth value to start with. If not provided, defaults to 0.
BuilderImpl & initial_peak_bandwidth_bps (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Optional peak bandwidth value to start with. If not provided, defaults to 0.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_interconnect::wire::Node, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_interconnect::wire::Node>> && frame)