class DeviceReadTimerResult

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

Public Methods

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

Sets the union to hold the response member.

DeviceReadTimerResult WithErr (::fuchsia_hardware_hrtimer::DriverError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceReadTimerResult & err (::fuchsia_hardware_hrtimer::DriverError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits