class TripPointGetTripPointDescriptorsResult

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

Public Methods

void TripPointGetTripPointDescriptorsResult (TripPointGetTripPointDescriptorsResult && other)
TripPointGetTripPointDescriptorsResult & operator= (TripPointGetTripPointDescriptorsResult && other)
void TripPointGetTripPointDescriptorsResult (const TripPointGetTripPointDescriptorsResult & other)
TripPointGetTripPointDescriptorsResult & operator= (const TripPointGetTripPointDescriptorsResult & other)
bool operator== (const TripPointGetTripPointDescriptorsResult & other)
bool operator!= (const TripPointGetTripPointDescriptorsResult & other)
::fuchsia_hardware_trippoint::TripPointGetTripPointDescriptorsResult::Tag Which ()
TripPointGetTripPointDescriptorsResult WithResponse (::fuchsia_hardware_trippoint::TripPointGetTripPointDescriptorsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
TripPointGetTripPointDescriptorsResult & response (::fuchsia_hardware_trippoint::TripPointGetTripPointDescriptorsResponse value)

Sets the union to hold the response member.

TripPointGetTripPointDescriptorsResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
TripPointGetTripPointDescriptorsResult & err (int32_t value)

Sets the union to hold the err member.

TripPointGetTripPointDescriptorsResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
TripPointGetTripPointDescriptorsResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void TripPointGetTripPointDescriptorsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits