class AnnotationController_GetAnnotations_Result

Defined at line 628 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void AnnotationController_GetAnnotations_Result ()
void AnnotationController_GetAnnotations_Result (AnnotationController_GetAnnotations_Result && )
bool is_response ()

Defined at line 659 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

AnnotationController_GetAnnotations_Result & operator= (AnnotationController_GetAnnotations_Result && )
AnnotationController_GetAnnotations_Result WithResponse (::fuchsia::element::AnnotationController_GetAnnotations_Response && )
AnnotationController_GetAnnotations_Result WithErr (::fuchsia::element::GetAnnotationsError && )
::std::unique_ptr<AnnotationController_GetAnnotations_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AnnotationController_GetAnnotations_Result * value, size_t offset)
zx_status_t Clone (AnnotationController_GetAnnotations_Result * result)
bool has_invalid_tag ()

Defined at line 655 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

::fuchsia::element::AnnotationController_GetAnnotations_Response & response ()

Defined at line 661 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

const ::fuchsia::element::AnnotationController_GetAnnotations_Response & response ()

Defined at line 666 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

bool is_err ()

Defined at line 672 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

::fuchsia::element::GetAnnotationsError & err ()

Defined at line 674 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

const ::fuchsia::element::GetAnnotationsError & err ()

Defined at line 679 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

::fuchsia::element::AnnotationController_GetAnnotations_Result::Tag Which ()

Defined at line 685 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

Defined at line 693 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

void AnnotationController_GetAnnotations_Result (fpromise::ok_result< ::std::vector< ::fuchsia::element::Annotation>> && result)

Defined at line 698 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

void AnnotationController_GetAnnotations_Result (fpromise::error_result< ::fuchsia::element::GetAnnotationsError> && result)

Defined at line 701 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

void AnnotationController_GetAnnotations_Result (fpromise::result< ::std::vector< ::fuchsia::element::Annotation>, ::fuchsia::element::GetAnnotationsError> && result)

Defined at line 704 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

fpromise::result< ::std::vector< ::fuchsia::element::Annotation>, ::fuchsia::element::GetAnnotationsError> operator result ()

Defined at line 712 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

void ~AnnotationController_GetAnnotations_Result ()
AnnotationController_GetAnnotations_Result & set_response (::fuchsia::element::AnnotationController_GetAnnotations_Response value)
AnnotationController_GetAnnotations_Result & set_err (::fuchsia::element::GetAnnotationsError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 641 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

Friends

class Equality