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