class LifecycleControllerUnresolveInstanceResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void LifecycleControllerUnresolveInstanceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits