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