class BlobCreatorCreateResult

Defined at line 3053 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

Public Methods

void BlobCreatorCreateResult (BlobCreatorCreateResult && other)
BlobCreatorCreateResult & operator= (BlobCreatorCreateResult && other)
::fuchsia_fxfs::BlobCreatorCreateResult::Tag Which ()
BlobCreatorCreateResult WithResponse (::fuchsia_fxfs::BlobCreatorCreateResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BlobCreatorCreateResult & response (::fuchsia_fxfs::BlobCreatorCreateResponse value)

Sets the union to hold the response member.

BlobCreatorCreateResult WithErr (::fuchsia_fxfs::CreateBlobError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
BlobCreatorCreateResult & err (::fuchsia_fxfs::CreateBlobError value)

Sets the union to hold the err member.

void BlobCreatorCreateResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 3063 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits