class Namespace_Create_Result

Defined at line 3086 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 Namespace_Create_Result ()
void Namespace_Create_Result (Namespace_Create_Result && )
::std::unique_ptr<Namespace_Create_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Namespace_Create_Result * value, size_t offset)
zx_status_t Clone (Namespace_Create_Result * result)
bool has_invalid_tag ()

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

bool is_response ()

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

::fuchsia::component::Namespace_Create_Response & response ()

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

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

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

bool is_err ()

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

::fuchsia::component::NamespaceError & err ()

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

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

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

bool is_framework_err ()

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

::fidl::FrameworkErr & framework_err ()

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

const ::fidl::FrameworkErr & framework_err ()

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

::fuchsia::component::Namespace_Create_Result::Tag Which ()

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

void Namespace_Create_Result (fpromise::ok_result< ::std::vector< ::fuchsia::component::NamespaceEntry>> && result)

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

void Namespace_Create_Result (fpromise::error_result< ::fuchsia::component::NamespaceError> && result)

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

void Namespace_Create_Result (fpromise::result< ::std::vector< ::fuchsia::component::NamespaceEntry>, ::fuchsia::component::NamespaceError> && result)

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

Namespace_Create_Result WithResponse (::fuchsia::component::Namespace_Create_Response && )
Namespace_Create_Result WithErr (::fuchsia::component::NamespaceError && )
Namespace_Create_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::std::vector< ::fuchsia::component::NamespaceEntry>, std::variant< ::fuchsia::component::NamespaceError, ::fidl::FrameworkErr>> operator result ()

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

void ~Namespace_Create_Result ()
Namespace_Create_Result & operator= (Namespace_Create_Result && )
Namespace_Create_Result & set_response (::fuchsia::component::Namespace_Create_Response value)
Namespace_Create_Result & set_err (::fuchsia::component::NamespaceError value)
Namespace_Create_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 3100 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

Friends

class Equality