class SessionWatchAlertResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void SessionWatchAlertResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits