class Node
Defined at line 254 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
Public Methods
void Node ()
Defined at line 260 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
void Node (Node && )
Defined at line 261 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
void Node (Storage_ storage)
void Node (const Node & other)
Node & operator= (const Node & other)
bool operator== (const Node & other)
bool operator!= (const Node & other)
bool IsEmpty ()
const std::optional<uint32_t> & id ()
Unique ID that refers to this node in other structs.
::std::optional<uint32_t> & id ()
Unique ID that refers to this node in other structs.
Node & id (std::optional<uint32_t> value)
Unique ID that refers to this node in other structs.
const std::optional< ::std::string> & name ()
The name of the node.
::std::optional< ::std::string> & name ()
The name of the node.
Node & name (std::optional< ::std::string> value)
The name of the node.
const std::optional< ::std::string> & interconnect_name ()
An optional name of the interconnect the node lives on.
::std::optional< ::std::string> & interconnect_name ()
An optional name of the interconnect the node lives on.
Node & interconnect_name (std::optional< ::std::string> value)
An optional name of the interconnect the node lives on.
const std::optional<uint64_t> & initial_avg_bandwidth_bps ()
Optional average bandwidth value to start with. If not provided, defaults to 0.
::std::optional<uint64_t> & initial_avg_bandwidth_bps ()
Optional average bandwidth value to start with. If not provided, defaults to 0.
Node & initial_avg_bandwidth_bps (std::optional<uint64_t> value)
Optional average bandwidth value to start with. If not provided, defaults to 0.
const std::optional<uint64_t> & initial_peak_bandwidth_bps ()
Optional peak bandwidth value to start with. If not provided, defaults to 0.
::std::optional<uint64_t> & initial_peak_bandwidth_bps ()
Optional peak bandwidth value to start with. If not provided, defaults to 0.
Node & initial_peak_bandwidth_bps (std::optional<uint64_t> value)
Optional peak bandwidth value to start with. If not provided, defaults to 0.
void Node (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Node & operator= (Node && )
Defined at line 262 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
Friends
class MemberVisitor
class NaturalTableCodingTraits