class SessionManagerAbortTraceSessionResult

Defined at line 935 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

SessionManagerAbortTraceSessionResult WithErr (::fuchsia_tracing_controller::RecordingError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SessionManagerAbortTraceSessionResult & err (::fuchsia_tracing_controller::RecordingError value)

Sets the union to hold the err member.

SessionManagerAbortTraceSessionResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
SessionManagerAbortTraceSessionResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void SessionManagerAbortTraceSessionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 946 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits