class DebugStopProfileTasksResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DebugStopProfileTasksResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits