class DebugRecordAndReplayProfileResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DebugRecordAndReplayProfileResult (::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 4166 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits