class DebugRecordReplayProfileResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DebugRecordReplayProfileResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits