class RealmQuery_ResolveDeclaration_Result

Defined at line 3971 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_ResolveDeclaration_Result ()
::fuchsia::sys2::RealmQuery_ResolveDeclaration_Response & response ()

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

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

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

bool is_err ()

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

::fuchsia::sys2::GetDeclarationError & err ()

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

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

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

::fuchsia::sys2::RealmQuery_ResolveDeclaration_Result::Tag Which ()

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

void RealmQuery_ResolveDeclaration_Result (fpromise::ok_result< ::fidl::InterfaceHandle< ::fuchsia::sys2::ManifestBytesIterator>> && result)

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

void RealmQuery_ResolveDeclaration_Result (fpromise::error_result< ::fuchsia::sys2::GetDeclarationError> && result)

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

void RealmQuery_ResolveDeclaration_Result (fpromise::result< ::fidl::InterfaceHandle< ::fuchsia::sys2::ManifestBytesIterator>, ::fuchsia::sys2::GetDeclarationError> && result)

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

fpromise::result< ::fidl::InterfaceHandle< ::fuchsia::sys2::ManifestBytesIterator>, ::fuchsia::sys2::GetDeclarationError> operator result ()

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

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

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

bool is_response ()

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

RealmQuery_ResolveDeclaration_Result & set_response (::fuchsia::sys2::RealmQuery_ResolveDeclaration_Response value)
RealmQuery_ResolveDeclaration_Result & set_err (::fuchsia::sys2::GetDeclarationError 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 3984 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Friends

class Equality