class AnnotationControllerGetAnnotationsResult

Defined at line 595 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/natural_types.h

Public Methods

void AnnotationControllerGetAnnotationsResult (AnnotationControllerGetAnnotationsResult && other)
AnnotationControllerGetAnnotationsResult & operator= (AnnotationControllerGetAnnotationsResult && other)
::fuchsia_element::AnnotationControllerGetAnnotationsResult::Tag Which ()
AnnotationControllerGetAnnotationsResult WithResponse (::fuchsia_element::AnnotationControllerGetAnnotationsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
AnnotationControllerGetAnnotationsResult & response (::fuchsia_element::AnnotationControllerGetAnnotationsResponse value)

Sets the union to hold the response member.

AnnotationControllerGetAnnotationsResult WithErr (::fuchsia_element::GetAnnotationsError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
AnnotationControllerGetAnnotationsResult & err (::fuchsia_element::GetAnnotationsError value)

Sets the union to hold the err member.

void AnnotationControllerGetAnnotationsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 603 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits