class TripPoint_WaitForAnyTripPoint_Result
Defined at line 971 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_WaitForAnyTripPoint_Result ()
void TripPoint_WaitForAnyTripPoint_Result (TripPoint_WaitForAnyTripPoint_Result && )
::std::unique_ptr<TripPoint_WaitForAnyTripPoint_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TripPoint_WaitForAnyTripPoint_Result * value, size_t offset)
zx_status_t Clone (TripPoint_WaitForAnyTripPoint_Result * result)
bool has_invalid_tag ()
Defined at line 1000 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 1004 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
::fuchsia::hardware::trippoint::TripPoint_WaitForAnyTripPoint_Response & response ()
Defined at line 1006 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
const ::fuchsia::hardware::trippoint::TripPoint_WaitForAnyTripPoint_Response & response ()
Defined at line 1011 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 1017 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 1019 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 1024 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 1030 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 1032 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 1037 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
::fuchsia::hardware::trippoint::TripPoint_WaitForAnyTripPoint_Result::Tag Which ()
Defined at line 1043 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 1049 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_WaitForAnyTripPoint_Result (fpromise::ok_result< ::fuchsia::hardware::trippoint::TripPointResult> && result)
Defined at line 1054 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_WaitForAnyTripPoint_Result (fpromise::error_result<int32_t> && result)
Defined at line 1057 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void TripPoint_WaitForAnyTripPoint_Result (fpromise::result< ::fuchsia::hardware::trippoint::TripPointResult, int32_t> && result)
Defined at line 1060 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
TripPoint_WaitForAnyTripPoint_Result WithResponse (::fuchsia::hardware::trippoint::TripPoint_WaitForAnyTripPoint_Response && )
TripPoint_WaitForAnyTripPoint_Result WithErr (int32_t && )
TripPoint_WaitForAnyTripPoint_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::fuchsia::hardware::trippoint::TripPointResult, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()
Defined at line 1068 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
void ~TripPoint_WaitForAnyTripPoint_Result ()
TripPoint_WaitForAnyTripPoint_Result & operator= (TripPoint_WaitForAnyTripPoint_Result && )
TripPoint_WaitForAnyTripPoint_Result & set_response (::fuchsia::hardware::trippoint::TripPoint_WaitForAnyTripPoint_Response value)
TripPoint_WaitForAnyTripPoint_Result & set_err (int32_t value)
TripPoint_WaitForAnyTripPoint_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 985 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h
Friends
class Equality