class Realm_GetChildOutputDictionaryDeprecated_Result
Defined at line 4482 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 4513 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 4509 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 4515 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 4520 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
bool is_err ()
Defined at line 4526 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fuchsia::component::Error & err ()
Defined at line 4528 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
const ::fuchsia::component::Error & err ()
Defined at line 4533 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 4539 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 4547 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 4552 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 4555 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 4558 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 4566 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 4495 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
Friends
class Equality