class DeviceGetNodeGraphResult
Defined at line 809 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
Public Methods
void DeviceGetNodeGraphResult (DeviceGetNodeGraphResult && other)
DeviceGetNodeGraphResult & operator= (DeviceGetNodeGraphResult && other)
void DeviceGetNodeGraphResult (const DeviceGetNodeGraphResult & other)
DeviceGetNodeGraphResult & operator= (const DeviceGetNodeGraphResult & other)
bool operator== (const DeviceGetNodeGraphResult & other)
bool operator!= (const DeviceGetNodeGraphResult & other)
::fuchsia_hardware_interconnect::DeviceGetNodeGraphResult::Tag Which ()
DeviceGetNodeGraphResult WithResponse (::fuchsia_hardware_interconnect::DeviceGetNodeGraphResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceGetNodeGraphResult & response (::fuchsia_hardware_interconnect::DeviceGetNodeGraphResponse value)
Sets the union to hold the response member.
DeviceGetNodeGraphResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
DeviceGetNodeGraphResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void DeviceGetNodeGraphResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 817 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits