class SessionManagerStartTraceSessionResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits