class TripPoint_SetTripPoints_Result
Defined at line 815 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_SetTripPoints_Result ()
void TripPoint_SetTripPoints_Result (TripPoint_SetTripPoints_Result && )
::std::unique_ptr<TripPoint_SetTripPoints_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TripPoint_SetTripPoints_Result * value, size_t offset)
zx_status_t Clone (TripPoint_SetTripPoints_Result * result)
bool has_invalid_tag ()
Defined at line 844 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 848 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
::fuchsia::hardware::trippoint::TripPoint_SetTripPoints_Response & response ()
Defined at line 850 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
const ::fuchsia::hardware::trippoint::TripPoint_SetTripPoints_Response & response ()
Defined at line 855 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 861 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 863 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 868 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 874 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 876 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 881 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
::fuchsia::hardware::trippoint::TripPoint_SetTripPoints_Result::Tag Which ()
Defined at line 887 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 893 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_SetTripPoints_Result (fpromise::ok_result<void> && result)
Defined at line 898 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_SetTripPoints_Result (fpromise::error_result<int32_t> && result)
Defined at line 901 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_SetTripPoints_Result (fpromise::result<void, int32_t> && result)
Defined at line 904 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
TripPoint_SetTripPoints_Result WithResponse (::fuchsia::hardware::trippoint::TripPoint_SetTripPoints_Response && )
TripPoint_SetTripPoints_Result WithErr (int32_t && )
TripPoint_SetTripPoints_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()
Defined at line 912 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void ~TripPoint_SetTripPoints_Result ()
TripPoint_SetTripPoints_Result & operator= (TripPoint_SetTripPoints_Result && )
TripPoint_SetTripPoints_Result & set_response (::fuchsia::hardware::trippoint::TripPoint_SetTripPoints_Response value)
TripPoint_SetTripPoints_Result & set_err (int32_t value)
TripPoint_SetTripPoints_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 829 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
Friends
class Equality