class Namespace_Create2_Result

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

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

bool is_response ()

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

::fuchsia::component::Namespace_Create2_Response & response ()

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

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

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

bool is_err ()

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

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

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

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

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

bool is_framework_err ()

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

::fidl::FrameworkErr & framework_err ()

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

const ::fidl::FrameworkErr & framework_err ()

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

::fuchsia::component::Namespace_Create2_Result::Tag Which ()

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

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

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

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

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

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

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

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

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

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

Friends

class Equality