class Introspector_GetMoniker_Result
Defined at line 2848 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 Introspector_GetMoniker_Result ()
void Introspector_GetMoniker_Result (Introspector_GetMoniker_Result && )
::std::unique_ptr<Introspector_GetMoniker_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Introspector_GetMoniker_Result * value, size_t offset)
zx_status_t Clone (Introspector_GetMoniker_Result * result)
bool has_invalid_tag ()
Defined at line 2877 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
bool is_response ()
Defined at line 2881 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fuchsia::component::Introspector_GetMoniker_Response & response ()
Defined at line 2883 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
const ::fuchsia::component::Introspector_GetMoniker_Response & response ()
Defined at line 2888 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
bool is_err ()
Defined at line 2894 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fuchsia::component::Error & err ()
Defined at line 2896 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
const ::fuchsia::component::Error & err ()
Defined at line 2901 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
bool is_framework_err ()
Defined at line 2907 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 2909 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 2914 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
::fuchsia::component::Introspector_GetMoniker_Result::Tag Which ()
Defined at line 2920 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 2928 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
void Introspector_GetMoniker_Result (fpromise::ok_result< ::std::string> && result)
Defined at line 2933 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
void Introspector_GetMoniker_Result (fpromise::error_result< ::fuchsia::component::Error> && result)
Defined at line 2936 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
void Introspector_GetMoniker_Result (fpromise::result< ::std::string, ::fuchsia::component::Error> && result)
Defined at line 2939 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
Introspector_GetMoniker_Result WithResponse (::fuchsia::component::Introspector_GetMoniker_Response && )
Introspector_GetMoniker_Result WithErr (::fuchsia::component::Error && )
Introspector_GetMoniker_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::std::string, std::variant< ::fuchsia::component::Error, ::fidl::FrameworkErr>> operator result ()
Defined at line 2947 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
void ~Introspector_GetMoniker_Result ()
Introspector_GetMoniker_Result & operator= (Introspector_GetMoniker_Result && )
Introspector_GetMoniker_Result & set_response (::fuchsia::component::Introspector_GetMoniker_Response value)
Introspector_GetMoniker_Result & set_err (::fuchsia::component::Error value)
Introspector_GetMoniker_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 2862 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
Friends
class Equality