class Debug_Trip_Result

Defined at line 167 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 Debug_Trip_Result ()
void Debug_Trip_Result (Debug_Trip_Result && )
::std::unique_ptr<Debug_Trip_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Debug_Trip_Result * value, size_t offset)
zx_status_t Clone (Debug_Trip_Result * result)
bool has_invalid_tag ()

Defined at line 196 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 200 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

::fuchsia::hardware::trippoint::Debug_Trip_Response & response ()

Defined at line 202 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

const ::fuchsia::hardware::trippoint::Debug_Trip_Response & response ()

Defined at line 207 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 213 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 215 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 220 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 226 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 228 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 233 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

::fuchsia::hardware::trippoint::Debug_Trip_Result::Tag Which ()

Defined at line 239 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 245 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

void Debug_Trip_Result (fpromise::ok_result<void> && result)

Defined at line 250 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

void Debug_Trip_Result (fpromise::error_result<int32_t> && result)

Defined at line 253 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

void Debug_Trip_Result (fpromise::result<void, int32_t> && result)

Defined at line 256 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

Debug_Trip_Result WithResponse (::fuchsia::hardware::trippoint::Debug_Trip_Response && )
Debug_Trip_Result WithErr (int32_t && )
Debug_Trip_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()

Defined at line 264 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

void ~Debug_Trip_Result ()
Debug_Trip_Result & operator= (Debug_Trip_Result && )
Debug_Trip_Result & set_response (::fuchsia::hardware::trippoint::Debug_Trip_Response value)
Debug_Trip_Result & set_err (int32_t value)
Debug_Trip_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 181 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/hlcpp/fuchsia/hardware/trippoint/cpp/fidl.h

Friends

class Equality