class DebugClearCachesResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DebugClearCachesResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits