class AnnotationController_WatchAnnotations_Result
Defined at line 738 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_WatchAnnotations_Result ()
void AnnotationController_WatchAnnotations_Result (AnnotationController_WatchAnnotations_Result && )
bool is_response ()
Defined at line 769 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
AnnotationController_WatchAnnotations_Result & operator= (AnnotationController_WatchAnnotations_Result && )
AnnotationController_WatchAnnotations_Result WithResponse (::fuchsia::element::AnnotationController_WatchAnnotations_Response && )
AnnotationController_WatchAnnotations_Result WithErr (::fuchsia::element::WatchAnnotationsError && )
::std::unique_ptr<AnnotationController_WatchAnnotations_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AnnotationController_WatchAnnotations_Result * value, size_t offset)
zx_status_t Clone (AnnotationController_WatchAnnotations_Result * result)
bool has_invalid_tag ()
Defined at line 765 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
::fuchsia::element::AnnotationController_WatchAnnotations_Response & response ()
Defined at line 771 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
const ::fuchsia::element::AnnotationController_WatchAnnotations_Response & response ()
Defined at line 776 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
bool is_err ()
Defined at line 782 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
::fuchsia::element::WatchAnnotationsError & err ()
Defined at line 784 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
const ::fuchsia::element::WatchAnnotationsError & err ()
Defined at line 789 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
::fuchsia::element::AnnotationController_WatchAnnotations_Result::Tag Which ()
Defined at line 795 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 803 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
void AnnotationController_WatchAnnotations_Result (fpromise::ok_result< ::std::vector< ::fuchsia::element::Annotation>> && result)
Defined at line 808 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
void AnnotationController_WatchAnnotations_Result (fpromise::error_result< ::fuchsia::element::WatchAnnotationsError> && result)
Defined at line 811 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
void AnnotationController_WatchAnnotations_Result (fpromise::result< ::std::vector< ::fuchsia::element::Annotation>, ::fuchsia::element::WatchAnnotationsError> && result)
Defined at line 814 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::WatchAnnotationsError> operator result ()
Defined at line 822 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
void ~AnnotationController_WatchAnnotations_Result ()
AnnotationController_WatchAnnotations_Result & set_response (::fuchsia::element::AnnotationController_WatchAnnotations_Response value)
AnnotationController_WatchAnnotations_Result & set_err (::fuchsia::element::WatchAnnotationsError value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 751 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
Friends
class Equality