class ManagerPresentRootViewLegacyResult

Defined at line 286 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/cpp/fidl/fuchsia.session.scene/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

ManagerPresentRootViewLegacyResult WithErr (::fuchsia_session_scene::PresentRootViewError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ManagerPresentRootViewLegacyResult & err (::fuchsia_session_scene::PresentRootViewError value)

Sets the union to hold the err member.

void ManagerPresentRootViewLegacyResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 294 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/cpp/fidl/fuchsia.session.scene/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits