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