class RegistryRegisterV2SynchronouslyResult

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

Public Methods

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

Sets the union to hold the response member.

RegistryRegisterV2SynchronouslyResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RegistryRegisterV2SynchronouslyResult & err (int32_t value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits