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