class Controller_GetOutputDictionary_Result
Defined at line 1659 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_GetOutputDictionary_Result ()
void Controller_GetOutputDictionary_Result (Controller_GetOutputDictionary_Result && )
::std::unique_ptr<Controller_GetOutputDictionary_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Controller_GetOutputDictionary_Result * value, size_t offset)
zx_status_t Clone (Controller_GetOutputDictionary_Result * result)
bool has_invalid_tag ()
Defined at line 1688 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
bool is_response ()
Defined at line 1692 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fuchsia::component::Controller_GetOutputDictionary_Response & response ()
Defined at line 1694 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
const ::fuchsia::component::Controller_GetOutputDictionary_Response & response ()
Defined at line 1699 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
bool is_err ()
Defined at line 1705 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fuchsia::component::Error & err ()
Defined at line 1707 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
const ::fuchsia::component::Error & err ()
Defined at line 1712 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
bool is_framework_err ()
Defined at line 1718 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 1720 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 1725 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fuchsia::component::Controller_GetOutputDictionary_Result::Tag Which ()
Defined at line 1731 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 1739 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
void Controller_GetOutputDictionary_Result (fpromise::ok_result< ::zx::eventpair> && result)
Defined at line 1744 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
void Controller_GetOutputDictionary_Result (fpromise::error_result< ::fuchsia::component::Error> && result)
Defined at line 1747 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
void Controller_GetOutputDictionary_Result (fpromise::result< ::zx::eventpair, ::fuchsia::component::Error> && result)
Defined at line 1750 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
Controller_GetOutputDictionary_Result WithResponse (::fuchsia::component::Controller_GetOutputDictionary_Response && )
Controller_GetOutputDictionary_Result WithErr (::fuchsia::component::Error && )
Controller_GetOutputDictionary_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::zx::eventpair, std::variant< ::fuchsia::component::Error, ::fidl::FrameworkErr>> operator result ()
Defined at line 1758 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
void ~Controller_GetOutputDictionary_Result ()
Controller_GetOutputDictionary_Result & operator= (Controller_GetOutputDictionary_Result && )
Controller_GetOutputDictionary_Result & set_response (::fuchsia::component::Controller_GetOutputDictionary_Response value)
Controller_GetOutputDictionary_Result & set_err (::fuchsia::component::Error value)
Controller_GetOutputDictionary_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 1673 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
Friends
class Equality