class ControllerBindResult

Defined at line 262 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Public Methods

void ControllerBindResult (ControllerBindResult && other)
ControllerBindResult & operator= (ControllerBindResult && other)
void ControllerBindResult (const ControllerBindResult & other)
ControllerBindResult & operator= (const ControllerBindResult & other)
bool operator== (const ControllerBindResult & other)
bool operator!= (const ControllerBindResult & other)
::fuchsia_device::ControllerBindResult::Tag Which ()
ControllerBindResult WithResponse (::fuchsia_device::ControllerBindResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ControllerBindResult & response (::fuchsia_device::ControllerBindResponse value)

Sets the union to hold the response member.

ControllerBindResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControllerBindResult & err (int32_t value)

Sets the union to hold the err member.

void ControllerBindResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 270 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits