class ProjectIdClearForNodeResult
Defined at line 2541 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Public Methods
void ProjectIdClearForNodeResult (ProjectIdClearForNodeResult && other)
ProjectIdClearForNodeResult & operator= (ProjectIdClearForNodeResult && other)
void ProjectIdClearForNodeResult (const ProjectIdClearForNodeResult & other)
ProjectIdClearForNodeResult & operator= (const ProjectIdClearForNodeResult & other)
bool operator== (const ProjectIdClearForNodeResult & other)
bool operator!= (const ProjectIdClearForNodeResult & other)
::fuchsia_fxfs::ProjectIdClearForNodeResult::Tag Which ()
ProjectIdClearForNodeResult WithResponse (::fuchsia_fxfs::ProjectIdClearForNodeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProjectIdClearForNodeResult & response (::fuchsia_fxfs::ProjectIdClearForNodeResponse value)
Sets the union to hold the response member.
ProjectIdClearForNodeResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ProjectIdClearForNodeResult & err (int32_t value)
Sets the union to hold the err member.
void ProjectIdClearForNodeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 2551 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits