class LifecycleController_StopInstance_Result
Defined at line 2158 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void LifecycleController_StopInstance_Result ()
::fuchsia::sys2::LifecycleController_StopInstance_Response & response ()
Defined at line 2191 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::LifecycleController_StopInstance_Response & response ()
Defined at line 2196 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_err ()
Defined at line 2202 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::StopError & err ()
Defined at line 2204 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::StopError & err ()
Defined at line 2209 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::LifecycleController_StopInstance_Result::Tag Which ()
Defined at line 2215 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 2223 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void LifecycleController_StopInstance_Result (fpromise::ok_result<void> && result)
Defined at line 2228 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void LifecycleController_StopInstance_Result (fpromise::error_result< ::fuchsia::sys2::StopError> && result)
Defined at line 2231 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void LifecycleController_StopInstance_Result (fpromise::result<void, ::fuchsia::sys2::StopError> && result)
Defined at line 2234 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
fpromise::result<void, ::fuchsia::sys2::StopError> operator result ()
Defined at line 2242 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void ~LifecycleController_StopInstance_Result ()
void LifecycleController_StopInstance_Result (LifecycleController_StopInstance_Result && )
LifecycleController_StopInstance_Result & operator= (LifecycleController_StopInstance_Result && )
LifecycleController_StopInstance_Result WithResponse (::fuchsia::sys2::LifecycleController_StopInstance_Response && )
LifecycleController_StopInstance_Result WithErr (::fuchsia::sys2::StopError && )
::std::unique_ptr<LifecycleController_StopInstance_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,LifecycleController_StopInstance_Result *value,size_toffset)
zx_status_t Clone (LifecycleController_StopInstance_Result * result)
bool has_invalid_tag ()
Defined at line 2185 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_response ()
Defined at line 2189 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
LifecycleController_StopInstance_Result & set_response (::fuchsia::sys2::LifecycleController_StopInstance_Response value)
LifecycleController_StopInstance_Result & set_err (::fuchsia::sys2::StopError value)
Enumerations
enum Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 2171 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
Friends
class Equality