class DeviceGetPathEndpointsResponse
Defined at line 862 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
Public Methods
void DeviceGetPathEndpointsResponse (Storage_ storage)
void DeviceGetPathEndpointsResponse (::std::vector< ::fuchsia_hardware_interconnect::PathEndpoints> paths)
void DeviceGetPathEndpointsResponse ()
Default constructs a |DeviceGetPathEndpointsResponse| only if all of its members are default constructible.
Defined at line 873 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
void DeviceGetPathEndpointsResponse (DeviceGetPathEndpointsResponse && )
Defined at line 876 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
void DeviceGetPathEndpointsResponse (const DeviceGetPathEndpointsResponse & other)
DeviceGetPathEndpointsResponse & operator= (DeviceGetPathEndpointsResponse && )
Defined at line 877 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
DeviceGetPathEndpointsResponse & operator= (const DeviceGetPathEndpointsResponse & other)
bool operator== (const DeviceGetPathEndpointsResponse & other)
bool operator!= (const DeviceGetPathEndpointsResponse & other)
const ::std::vector< ::fuchsia_hardware_interconnect::PathEndpoints> & paths ()
Paths need not be between adjacent nodes, but a valid path from source node
to destination node must exist in the node graph.
::std::vector< ::fuchsia_hardware_interconnect::PathEndpoints> & paths ()
Paths need not be between adjacent nodes, but a valid path from source node
to destination node must exist in the node graph.
DeviceGetPathEndpointsResponse & paths (::std::vector< ::fuchsia_hardware_interconnect::PathEndpoints> value)
Paths need not be between adjacent nodes, but a valid path from source node
to destination node must exist in the node graph.
void DeviceGetPathEndpointsResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits