class OverlayPartitionGetPartitionsResult
Defined at line 926 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/natural_types.h
Public Methods
void OverlayPartitionGetPartitionsResult (OverlayPartitionGetPartitionsResult && other)
OverlayPartitionGetPartitionsResult & operator= (OverlayPartitionGetPartitionsResult && other)
void OverlayPartitionGetPartitionsResult (const OverlayPartitionGetPartitionsResult & other)
OverlayPartitionGetPartitionsResult & operator= (const OverlayPartitionGetPartitionsResult & other)
bool operator== (const OverlayPartitionGetPartitionsResult & other)
bool operator!= (const OverlayPartitionGetPartitionsResult & other)
::fuchsia_storage_partitions::OverlayPartitionGetPartitionsResult::Tag Which ()
OverlayPartitionGetPartitionsResult WithResponse (::fuchsia_storage_partitions::OverlayPartitionGetPartitionsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
OverlayPartitionGetPartitionsResult & response (::fuchsia_storage_partitions::OverlayPartitionGetPartitionsResponse value)
Sets the union to hold the response member.
OverlayPartitionGetPartitionsResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
OverlayPartitionGetPartitionsResult & err (int32_t value)
Sets the union to hold the err member.
void OverlayPartitionGetPartitionsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 934 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits