class ProjectIdClearResult

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

Public Methods

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

Sets the union to hold the response member.

ProjectIdClearResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ProjectIdClearResult & err (int32_t value)

Sets the union to hold the err member.

void ProjectIdClearResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits