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