class TrustedFlatlandFactoryCreateFlatlandResult

Defined at line 5260 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

TrustedFlatlandFactoryCreateFlatlandResult WithErr (::fuchsia_ui_composition::TrustedFlatlandFactoryError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
TrustedFlatlandFactoryCreateFlatlandResult & err (::fuchsia_ui_composition::TrustedFlatlandFactoryError value)

Sets the union to hold the err member.

void TrustedFlatlandFactoryCreateFlatlandResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 5270 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits