class ProviderOpenCoordinatorResult

Defined at line 3937 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 class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits