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