class AggregatedBandwidth
Defined at line 183 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
Public Methods
void AggregatedBandwidth (Storage_ storage)
void AggregatedBandwidth ()
Defined at line 189 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
void AggregatedBandwidth (AggregatedBandwidth && )
Defined at line 190 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
void AggregatedBandwidth (const AggregatedBandwidth & other)
AggregatedBandwidth & operator= (AggregatedBandwidth && )
Defined at line 191 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
AggregatedBandwidth & operator= (const AggregatedBandwidth & other)
bool operator== (const AggregatedBandwidth & other)
bool operator!= (const AggregatedBandwidth & other)
bool IsEmpty ()
const std::optional<uint32_t> & node_id ()
Unique ID that refers to the node this bandwidth is requested for.
::std::optional<uint32_t> & node_id ()
Unique ID that refers to the node this bandwidth is requested for.
AggregatedBandwidth & node_id (std::optional<uint32_t> value)
Unique ID that refers to the node this bandwidth is requested for.
const std::optional<uint64_t> & average_bandwidth_bps ()
The computed aggregate average bandwidth value, derived from requests.
::std::optional<uint64_t> & average_bandwidth_bps ()
The computed aggregate average bandwidth value, derived from requests.
AggregatedBandwidth & average_bandwidth_bps (std::optional<uint64_t> value)
The computed aggregate average bandwidth value, derived from requests.
const std::optional<uint64_t> & peak_bandwidth_bps ()
The computed aggregate peak bandwidth value, derived from requests.
::std::optional<uint64_t> & peak_bandwidth_bps ()
The computed aggregate peak bandwidth value, derived from requests.
AggregatedBandwidth & peak_bandwidth_bps (std::optional<uint64_t> value)
The computed aggregate peak bandwidth value, derived from requests.
void AggregatedBandwidth (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits