class RealmQueryGetAllInstancesResult

Defined at line 2606 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Public Methods

void RealmQueryGetAllInstancesResult (RealmQueryGetAllInstancesResult && other)
RealmQueryGetAllInstancesResult & operator= (RealmQueryGetAllInstancesResult && other)
::fuchsia_sys2::RealmQueryGetAllInstancesResult::Tag Which ()
RealmQueryGetAllInstancesResult WithResponse (::fuchsia_sys2::RealmQueryGetAllInstancesResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RealmQueryGetAllInstancesResult & response (::fuchsia_sys2::RealmQueryGetAllInstancesResponse value)

Sets the union to hold the response member.

RealmQueryGetAllInstancesResult WithErr (::fuchsia_sys2::GetAllInstancesError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmQueryGetAllInstancesResult & err (::fuchsia_sys2::GetAllInstancesError value)

Sets the union to hold the err member.

void RealmQueryGetAllInstancesResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

Defined at line 2616 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits