class ProviderOpenCoordinatorResult

Defined at line 3932 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ProviderOpenCoordinatorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 3942 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits