class StorageAdminListStorageInRealmResult

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

Public Methods

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

Sets the union to hold the response member.

StorageAdminListStorageInRealmResult WithErr (::fuchsia_component::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
StorageAdminListStorageInRealmResult & err (::fuchsia_component::Error value)

Sets the union to hold the err member.

void StorageAdminListStorageInRealmResult (::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 4902 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits