class SessionStartTracingResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits