class Controller_GetExposedDictionary_Result

Defined at line 1530 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_GetExposedDictionary_Result ()
void Controller_GetExposedDictionary_Result (Controller_GetExposedDictionary_Result && )
::std::unique_ptr<Controller_GetExposedDictionary_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Controller_GetExposedDictionary_Result * value, size_t offset)
zx_status_t Clone (Controller_GetExposedDictionary_Result * result)
bool has_invalid_tag ()

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

bool is_response ()

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

::fuchsia::component::Controller_GetExposedDictionary_Response & response ()

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

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

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

bool is_err ()

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

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

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

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

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

bool is_framework_err ()

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

::fidl::FrameworkErr & framework_err ()

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

const ::fidl::FrameworkErr & framework_err ()

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

::fuchsia::component::Controller_GetExposedDictionary_Result::Tag Which ()

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

void Controller_GetExposedDictionary_Result (fpromise::ok_result< ::fuchsia::component::sandbox::DictionaryRef> && result)

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

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

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

void Controller_GetExposedDictionary_Result (fpromise::result< ::fuchsia::component::sandbox::DictionaryRef, ::fuchsia::component::Error> && result)

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

Controller_GetExposedDictionary_Result WithResponse (::fuchsia::component::Controller_GetExposedDictionary_Response && )
Controller_GetExposedDictionary_Result WithErr (::fuchsia::component::Error && )
Controller_GetExposedDictionary_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::fuchsia::component::sandbox::DictionaryRef, std::variant< ::fuchsia::component::Error, ::fidl::FrameworkErr>> operator result ()

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

void ~Controller_GetExposedDictionary_Result ()
Controller_GetExposedDictionary_Result & operator= (Controller_GetExposedDictionary_Result && )
Controller_GetExposedDictionary_Result & set_response (::fuchsia::component::Controller_GetExposedDictionary_Response value)
Controller_GetExposedDictionary_Result & set_err (::fuchsia::component::Error value)
Controller_GetExposedDictionary_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 1544 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

Friends

class Equality