class LifecycleController_CreateInstance_Result

Defined at line 2624 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_CreateInstance_Result ()
void LifecycleController_CreateInstance_Result (LifecycleController_CreateInstance_Result && )
bool is_response ()

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

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

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

::fuchsia::sys2::LifecycleController_CreateInstance_Response & response ()

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

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

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

bool is_err ()

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

::fuchsia::sys2::CreateError & err ()

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

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

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

::fuchsia::sys2::LifecycleController_CreateInstance_Result::Tag Which ()

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

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

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

void LifecycleController_CreateInstance_Result (fpromise::error_result< ::fuchsia::sys2::CreateError> && result)

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

void LifecycleController_CreateInstance_Result (fpromise::result<void, ::fuchsia::sys2::CreateError> && result)

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

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

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

void ~LifecycleController_CreateInstance_Result ()
LifecycleController_CreateInstance_Result & set_response (::fuchsia::sys2::LifecycleController_CreateInstance_Response value)
LifecycleController_CreateInstance_Result & set_err (::fuchsia::sys2::CreateError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality