class SessionManagerGetProvidersResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void SessionManagerGetProvidersResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits