class Controller_Destroy_Result

Defined at line 1798 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void Controller_Destroy_Result ()
void Controller_Destroy_Result (Controller_Destroy_Result && )
::std::unique_ptr<Controller_Destroy_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Controller_Destroy_Result * value, size_t offset)
zx_status_t Clone (Controller_Destroy_Result * result)
bool has_invalid_tag ()

Defined at line 1827 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

bool is_response ()

Defined at line 1831 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

::fuchsia::component::Controller_Destroy_Response & response ()

Defined at line 1833 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

const ::fuchsia::component::Controller_Destroy_Response & response ()

Defined at line 1838 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

bool is_err ()

Defined at line 1844 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

::fuchsia::component::Error & err ()

Defined at line 1846 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

const ::fuchsia::component::Error & err ()

Defined at line 1851 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

bool is_framework_err ()

Defined at line 1857 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 1859 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 1864 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

::fuchsia::component::Controller_Destroy_Result::Tag Which ()

Defined at line 1870 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/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 1878 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

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

Defined at line 1883 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

void Controller_Destroy_Result (fpromise::error_result< ::fuchsia::component::Error> && result)

Defined at line 1886 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

void Controller_Destroy_Result (fpromise::result<void, ::fuchsia::component::Error> && result)

Defined at line 1889 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

Controller_Destroy_Result WithResponse (::fuchsia::component::Controller_Destroy_Response && )
Controller_Destroy_Result WithErr (::fuchsia::component::Error && )
Controller_Destroy_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant< ::fuchsia::component::Error, ::fidl::FrameworkErr>> operator result ()

Defined at line 1897 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

void ~Controller_Destroy_Result ()
Controller_Destroy_Result & operator= (Controller_Destroy_Result && )
Controller_Destroy_Result & set_response (::fuchsia::component::Controller_Destroy_Response value)
Controller_Destroy_Result & set_err (::fuchsia::component::Error value)
Controller_Destroy_Result & set_framework_err (::fidl::FrameworkErr value)

Enumerations

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

Defined at line 1812 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

Friends

class Equality