class RealmQuery_GetInstance_Result

Defined at line 3637 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_GetInstance_Result ()
::fuchsia::sys2::RealmQuery_GetInstance_Response & response ()

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

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

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

bool is_err ()

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

::fuchsia::sys2::GetInstanceError & err ()

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

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

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

::fuchsia::sys2::RealmQuery_GetInstance_Result::Tag Which ()

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

void RealmQuery_GetInstance_Result (fpromise::ok_result< ::fuchsia::sys2::Instance> && result)

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

void RealmQuery_GetInstance_Result (fpromise::error_result< ::fuchsia::sys2::GetInstanceError> && result)

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

void RealmQuery_GetInstance_Result (fpromise::result< ::fuchsia::sys2::Instance, ::fuchsia::sys2::GetInstanceError> && result)

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

fpromise::result< ::fuchsia::sys2::Instance, ::fuchsia::sys2::GetInstanceError> operator result ()

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

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

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

bool is_response ()

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

RealmQuery_GetInstance_Result & set_response (::fuchsia::sys2::RealmQuery_GetInstance_Response value)
RealmQuery_GetInstance_Result & set_err (::fuchsia::sys2::GetInstanceError 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 3650 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Friends

class Equality