class ViewRefInstalledWatchResult

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

Public Methods

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

Sets the union to hold the response member.

ViewRefInstalledWatchResult WithErr (::fuchsia_ui_views::ViewRefInstalledError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ViewRefInstalledWatchResult & err (::fuchsia_ui_views::ViewRefInstalledError value)

Sets the union to hold the err member.

void ViewRefInstalledWatchResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits