class ProjectIdSetForNodeResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ProjectIdSetForNodeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits