class DebugTripResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void DebugTripResult (::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 164 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits