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