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