class ProviderV2StopResult
Defined at line 282 of file fidling/gen/sdk/fidl/fuchsia.tracing.provider/fuchsia.tracing.provider/cpp/fidl/fuchsia.tracing.provider/cpp/natural_types.h
Public Methods
void ProviderV2StopResult (ProviderV2StopResult && other)
ProviderV2StopResult & operator= (ProviderV2StopResult && other)
void ProviderV2StopResult (const ProviderV2StopResult & other)
ProviderV2StopResult & operator= (const ProviderV2StopResult & other)
bool operator== (const ProviderV2StopResult & other)
bool operator!= (const ProviderV2StopResult & other)
::fuchsia_tracing_provider::ProviderV2StopResult::Tag Which ()
ProviderV2StopResult WithResponse (::fuchsia_tracing_provider::ProviderV2StopResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProviderV2StopResult & response (::fuchsia_tracing_provider::ProviderV2StopResponse value)
Sets the union to hold the response member.
ProviderV2StopResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
ProviderV2StopResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void ProviderV2StopResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 290 of file fidling/gen/sdk/fidl/fuchsia.tracing.provider/fuchsia.tracing.provider/cpp/fidl/fuchsia.tracing.provider/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits