class SessionManagerEndTraceSessionResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void SessionManagerEndTraceSessionResult (::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 1302 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits