class PartitionsManagerGetBlockInfoResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PartitionsManagerGetBlockInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits