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