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