class Realm_GetChildOutputDictionary_Result

Defined at line 4413 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 Realm_GetChildOutputDictionary_Result ()
void Realm_GetChildOutputDictionary_Result (Realm_GetChildOutputDictionary_Result && )
bool is_response ()

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

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

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

::fuchsia::component::Realm_GetChildOutputDictionary_Response & response ()

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

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

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

bool is_err ()

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

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

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

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

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

::fuchsia::component::Realm_GetChildOutputDictionary_Result::Tag Which ()

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

void Realm_GetChildOutputDictionary_Result (fpromise::ok_result< ::zx::eventpair> && result)

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

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

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

void Realm_GetChildOutputDictionary_Result (fpromise::result< ::zx::eventpair, ::fuchsia::component::Error> && result)

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

fpromise::result< ::zx::eventpair, ::fuchsia::component::Error> operator result ()

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

void ~Realm_GetChildOutputDictionary_Result ()
Realm_GetChildOutputDictionary_Result & set_response (::fuchsia::component::Realm_GetChildOutputDictionary_Response value)
Realm_GetChildOutputDictionary_Result & set_err (::fuchsia::component::Error value)

Enumerations

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

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

Friends

class Equality