class ControlDeviceGetBufferHandleInfoResult
Defined at line 1894 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
Public Methods
void ControlDeviceGetBufferHandleInfoResult (ControlDeviceGetBufferHandleInfoResult && other)
ControlDeviceGetBufferHandleInfoResult & operator= (ControlDeviceGetBufferHandleInfoResult && other)
void ControlDeviceGetBufferHandleInfoResult (const ControlDeviceGetBufferHandleInfoResult & other)
ControlDeviceGetBufferHandleInfoResult & operator= (const ControlDeviceGetBufferHandleInfoResult & other)
bool operator== (const ControlDeviceGetBufferHandleInfoResult & other)
bool operator!= (const ControlDeviceGetBufferHandleInfoResult & other)
::fuchsia_hardware_goldfish::ControlDeviceGetBufferHandleInfoResult::Tag Which ()
ControlDeviceGetBufferHandleInfoResult WithResponse (::fuchsia_hardware_goldfish::ControlDeviceGetBufferHandleInfoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ControlDeviceGetBufferHandleInfoResult & response (::fuchsia_hardware_goldfish::ControlDeviceGetBufferHandleInfoResponse value)
Sets the union to hold the response member.
ControlDeviceGetBufferHandleInfoResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControlDeviceGetBufferHandleInfoResult & err (int32_t value)
Sets the union to hold the err member.
void ControlDeviceGetBufferHandleInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1904 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits