class Node

Defined at line 779 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_interconnect::wire::Node> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_interconnect::wire::Node> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_interconnect::wire::Node>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void Node ()

Defined at line 781 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h

void Node (const Node & other)

Defined at line 782 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h

Node & operator= (const Node & other)

Defined at line 783 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h

void Node (Node && other)

Defined at line 784 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h

uint32_t & id ()

Unique ID that refers to this node in other structs.

bool has_id ()
::fidl::StringView & name ()

The name of the node.

bool has_name ()
::fidl::StringView & interconnect_name ()

An optional name of the interconnect the node lives on.

bool has_interconnect_name ()
uint64_t & initial_avg_bandwidth_bps ()

Optional average bandwidth value to start with. If not provided, defaults to 0.

bool has_initial_avg_bandwidth_bps ()
uint64_t & initial_peak_bandwidth_bps ()

Optional peak bandwidth value to start with. If not provided, defaults to 0.

bool has_initial_peak_bandwidth_bps ()
Node & operator= (Node && other)

Defined at line 785 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h

void ~Node ()

Defined at line 787 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder