class FocuserSetAutoFocusResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void FocuserSetAutoFocusResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits