class DeviceGetNodeGraphResponse

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

Public Methods

void DeviceGetNodeGraphResponse (Storage_ storage)
void DeviceGetNodeGraphResponse (::std::vector< ::fuchsia_hardware_interconnect::Node> nodes, ::std::vector< ::fuchsia_hardware_interconnect::Edge> edges)
void DeviceGetNodeGraphResponse ()

Default constructs a |DeviceGetNodeGraphResponse| only if all of its members are default constructible.

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

void DeviceGetNodeGraphResponse (DeviceGetNodeGraphResponse && )

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

void DeviceGetNodeGraphResponse (const DeviceGetNodeGraphResponse & other)
DeviceGetNodeGraphResponse & operator= (DeviceGetNodeGraphResponse && )

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

DeviceGetNodeGraphResponse & operator= (const DeviceGetNodeGraphResponse & other)
bool operator== (const DeviceGetNodeGraphResponse & other)
bool operator!= (const DeviceGetNodeGraphResponse & other)
const ::std::vector< ::fuchsia_hardware_interconnect::Node> & nodes ()
::std::vector< ::fuchsia_hardware_interconnect::Node> & nodes ()
DeviceGetNodeGraphResponse & nodes (::std::vector< ::fuchsia_hardware_interconnect::Node> value)

Setter for nodes.

const ::std::vector< ::fuchsia_hardware_interconnect::Edge> & edges ()
::std::vector< ::fuchsia_hardware_interconnect::Edge> & edges ()
DeviceGetNodeGraphResponse & edges (::std::vector< ::fuchsia_hardware_interconnect::Edge> value)

Setter for edges.

void DeviceGetNodeGraphResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits