class PartitionUpdateMetadataResult

Defined at line 175 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

PartitionUpdateMetadataResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
PartitionUpdateMetadataResult & err (int32_t value)

Sets the union to hold the err member.

void PartitionUpdateMetadataResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 183 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits