class ProviderV2StartResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void ProviderV2StartResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits