class DeviceGetTicksLeftResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits