class TripPoint_GetTripPointDescriptors_Result
Defined at line 627 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void TripPoint_GetTripPointDescriptors_Result ()
void TripPoint_GetTripPointDescriptors_Result (TripPoint_GetTripPointDescriptors_Result && )
::std::unique_ptr<TripPoint_GetTripPointDescriptors_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TripPoint_GetTripPointDescriptors_Result * value, size_t offset)
zx_status_t Clone (TripPoint_GetTripPointDescriptors_Result * result)
bool has_invalid_tag ()
Defined at line 656 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
bool is_response ()
Defined at line 660 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
::fuchsia::hardware::trippoint::TripPoint_GetTripPointDescriptors_Response & response ()
Defined at line 662 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
const ::fuchsia::hardware::trippoint::TripPoint_GetTripPointDescriptors_Response & response ()
Defined at line 667 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
bool is_err ()
Defined at line 673 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
int32_t & err ()
Defined at line 675 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
const int32_t & err ()
Defined at line 680 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
bool is_framework_err ()
Defined at line 686 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 688 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 693 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
::fuchsia::hardware::trippoint::TripPoint_GetTripPointDescriptors_Result::Tag Which ()
Defined at line 699 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/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 705 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_GetTripPointDescriptors_Result (fpromise::ok_result< ::std::vector< ::fuchsia::hardware::trippoint::TripPointDescriptor>> && result)
Defined at line 710 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_GetTripPointDescriptors_Result (fpromise::error_result<int32_t> && result)
Defined at line 713 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_GetTripPointDescriptors_Result (fpromise::result< ::std::vector< ::fuchsia::hardware::trippoint::TripPointDescriptor>, int32_t> && result)
Defined at line 716 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
TripPoint_GetTripPointDescriptors_Result WithResponse (::fuchsia::hardware::trippoint::TripPoint_GetTripPointDescriptors_Response && )
TripPoint_GetTripPointDescriptors_Result WithErr (int32_t && )
TripPoint_GetTripPointDescriptors_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::std::vector< ::fuchsia::hardware::trippoint::TripPointDescriptor>, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()
Defined at line 724 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void ~TripPoint_GetTripPointDescriptors_Result ()
TripPoint_GetTripPointDescriptors_Result & operator= (TripPoint_GetTripPointDescriptors_Result && )
TripPoint_GetTripPointDescriptors_Result & set_response (::fuchsia::hardware::trippoint::TripPoint_GetTripPointDescriptors_Response value)
TripPoint_GetTripPointDescriptors_Result & set_err (int32_t value)
TripPoint_GetTripPointDescriptors_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 641 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
Friends
class Equality