class LifecycleController_StartInstanceWithArgs_Result

Defined at line 1998 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_StartInstanceWithArgs_Result ()
::fuchsia::sys2::LifecycleController_StartInstanceWithArgs_Response & response ()

Defined at line 2031 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::fuchsia::sys2::LifecycleController_StartInstanceWithArgs_Response & response ()

Defined at line 2036 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool is_err ()

Defined at line 2042 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::sys2::StartError & err ()

Defined at line 2044 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::fuchsia::sys2::StartError & err ()

Defined at line 2049 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::sys2::LifecycleController_StartInstanceWithArgs_Result::Tag Which ()

Defined at line 2055 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 2063 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void LifecycleController_StartInstanceWithArgs_Result (fpromise::ok_result<void> && result)

Defined at line 2068 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void LifecycleController_StartInstanceWithArgs_Result (fpromise::error_result< ::fuchsia::sys2::StartError> && result)

Defined at line 2071 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void LifecycleController_StartInstanceWithArgs_Result (fpromise::result<void, ::fuchsia::sys2::StartError> && result)

Defined at line 2074 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

fpromise::result<void, ::fuchsia::sys2::StartError> operator result ()

Defined at line 2082 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void ~LifecycleController_StartInstanceWithArgs_Result ()
void LifecycleController_StartInstanceWithArgs_Result (LifecycleController_StartInstanceWithArgs_Result && )
LifecycleController_StartInstanceWithArgs_Result & operator= (LifecycleController_StartInstanceWithArgs_Result && )
LifecycleController_StartInstanceWithArgs_Result WithResponse (::fuchsia::sys2::LifecycleController_StartInstanceWithArgs_Response && )
LifecycleController_StartInstanceWithArgs_Result WithErr (::fuchsia::sys2::StartError && )
::std::unique_ptr<LifecycleController_StartInstanceWithArgs_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, LifecycleController_StartInstanceWithArgs_Result * value, size_t offset)
zx_status_t Clone (LifecycleController_StartInstanceWithArgs_Result * result)
bool has_invalid_tag ()

Defined at line 2025 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool is_response ()

Defined at line 2029 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

LifecycleController_StartInstanceWithArgs_Result & set_response (::fuchsia::sys2::LifecycleController_StartInstanceWithArgs_Response value)
LifecycleController_StartInstanceWithArgs_Result & set_err (::fuchsia::sys2::StartError 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 2011 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Friends

class Equality