class ProjectIdSetLimitResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ProjectIdSetLimitResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits