class RealmQuery_GetAllInstances_Result

Defined at line 4254 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_GetAllInstances_Result ()
void RealmQuery_GetAllInstances_Result (RealmQuery_GetAllInstances_Result && )
bool is_response ()

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

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

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

::fuchsia::sys2::RealmQuery_GetAllInstances_Response & response ()

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

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

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

bool is_err ()

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

::fuchsia::sys2::GetAllInstancesError & err ()

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

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

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

::fuchsia::sys2::RealmQuery_GetAllInstances_Result::Tag Which ()

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

void RealmQuery_GetAllInstances_Result (fpromise::ok_result< ::fidl::InterfaceHandle< ::fuchsia::sys2::InstanceIterator>> && result)

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

void RealmQuery_GetAllInstances_Result (fpromise::error_result< ::fuchsia::sys2::GetAllInstancesError> && result)

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

void RealmQuery_GetAllInstances_Result (fpromise::result< ::fidl::InterfaceHandle< ::fuchsia::sys2::InstanceIterator>, ::fuchsia::sys2::GetAllInstancesError> && result)

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

fpromise::result< ::fidl::InterfaceHandle< ::fuchsia::sys2::InstanceIterator>, ::fuchsia::sys2::GetAllInstancesError> operator result ()

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

void ~RealmQuery_GetAllInstances_Result ()
RealmQuery_GetAllInstances_Result & set_response (::fuchsia::sys2::RealmQuery_GetAllInstances_Response value)
RealmQuery_GetAllInstances_Result & set_err (::fuchsia::sys2::GetAllInstancesError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality