class ProjectIdInfoResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ProjectIdInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits