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