class ManagerPresentRootViewResult
Defined at line 435 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/cpp/fidl/fuchsia.session.scene/cpp/natural_types.h
Public Methods
void ManagerPresentRootViewResult (ManagerPresentRootViewResult && other)
ManagerPresentRootViewResult & operator= (ManagerPresentRootViewResult && other)
void ManagerPresentRootViewResult (const ManagerPresentRootViewResult & other)
ManagerPresentRootViewResult & operator= (const ManagerPresentRootViewResult & other)
bool operator== (const ManagerPresentRootViewResult & other)
bool operator!= (const ManagerPresentRootViewResult & other)
::fuchsia_session_scene::ManagerPresentRootViewResult::Tag Which ()
ManagerPresentRootViewResult WithResponse (::fuchsia_session_scene::ManagerPresentRootViewResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ManagerPresentRootViewResult & response (::fuchsia_session_scene::ManagerPresentRootViewResponse value)
Sets the union to hold the response member.
ManagerPresentRootViewResult WithErr (::fuchsia_session_scene::PresentRootViewError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ManagerPresentRootViewResult & err (::fuchsia_session_scene::PresentRootViewError value)
Sets the union to hold the err member.
void ManagerPresentRootViewResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 443 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/cpp/fidl/fuchsia.session.scene/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits