class RealmQuery_ConstructNamespace_Result

Defined at line 4445 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void RealmQuery_ConstructNamespace_Result ()
::fuchsia::sys2::RealmQuery_ConstructNamespace_Response & response ()

Defined at line 4478 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::fuchsia::sys2::RealmQuery_ConstructNamespace_Response & response ()

Defined at line 4483 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool is_err ()

Defined at line 4489 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::sys2::ConstructNamespaceError & err ()

Defined at line 4491 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::fuchsia::sys2::ConstructNamespaceError & err ()

Defined at line 4496 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::sys2::RealmQuery_ConstructNamespace_Result::Tag Which ()

Defined at line 4502 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/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 4510 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void RealmQuery_ConstructNamespace_Result (fpromise::ok_result< ::std::vector< ::fuchsia::component::runner::ComponentNamespaceEntry>> && result)

Defined at line 4515 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void RealmQuery_ConstructNamespace_Result (fpromise::error_result< ::fuchsia::sys2::ConstructNamespaceError> && result)

Defined at line 4518 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void RealmQuery_ConstructNamespace_Result (fpromise::result< ::std::vector< ::fuchsia::component::runner::ComponentNamespaceEntry>, ::fuchsia::sys2::ConstructNamespaceError> && result)

Defined at line 4521 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

fpromise::result< ::std::vector< ::fuchsia::component::runner::ComponentNamespaceEntry>, ::fuchsia::sys2::ConstructNamespaceError> operator result ()

Defined at line 4529 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void ~RealmQuery_ConstructNamespace_Result ()
void RealmQuery_ConstructNamespace_Result (RealmQuery_ConstructNamespace_Result && )
RealmQuery_ConstructNamespace_Result & operator= (RealmQuery_ConstructNamespace_Result && )
RealmQuery_ConstructNamespace_Result WithResponse (::fuchsia::sys2::RealmQuery_ConstructNamespace_Response && )
RealmQuery_ConstructNamespace_Result WithErr (::fuchsia::sys2::ConstructNamespaceError && )
::std::unique_ptr<RealmQuery_ConstructNamespace_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RealmQuery_ConstructNamespace_Result * value, size_t offset)
zx_status_t Clone (RealmQuery_ConstructNamespace_Result * result)
bool has_invalid_tag ()

Defined at line 4472 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool is_response ()

Defined at line 4476 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

RealmQuery_ConstructNamespace_Result & set_response (::fuchsia::sys2::RealmQuery_ConstructNamespace_Response value)
RealmQuery_ConstructNamespace_Result & set_err (::fuchsia::sys2::ConstructNamespaceError value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

Defined at line 4458 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Friends

class Equality