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