class Realm_GetChildOutputDictionaryDeprecated_Result

Defined at line 4251 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_GetChildOutputDictionaryDeprecated_Result ()
void Realm_GetChildOutputDictionaryDeprecated_Result (Realm_GetChildOutputDictionaryDeprecated_Result && )
bool is_response ()

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

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

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

::fuchsia::component::Realm_GetChildOutputDictionaryDeprecated_Response & response ()

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

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

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

bool is_err ()

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

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

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

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

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

::fuchsia::component::Realm_GetChildOutputDictionaryDeprecated_Result::Tag Which ()

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

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

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

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

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

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

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

fpromise::result< ::fuchsia::component::sandbox::DictionaryRef, ::fuchsia::component::Error> operator result ()

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

void ~Realm_GetChildOutputDictionaryDeprecated_Result ()
Realm_GetChildOutputDictionaryDeprecated_Result & set_response (::fuchsia::component::Realm_GetChildOutputDictionaryDeprecated_Response value)
Realm_GetChildOutputDictionaryDeprecated_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 4264 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

Friends

class Equality