class LifecycleControllerDestroyInstanceResult

Defined at line 1586 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

LifecycleControllerDestroyInstanceResult WithErr (::fuchsia_sys2::DestroyError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
LifecycleControllerDestroyInstanceResult & err (::fuchsia_sys2::DestroyError value)

Sets the union to hold the err member.

void LifecycleControllerDestroyInstanceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1596 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits