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 Tag
Name Value
kResponse 1
kErr 2

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