class Resolution

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

Amount of time for one tick of a timer.

Public Methods

void Resolution (Resolution && other)
Resolution & operator= (Resolution && other)
void Resolution (const Resolution & other)
Resolution & operator= (const Resolution & other)
bool operator== (const Resolution & other)
bool operator!= (const Resolution & other)
bool IsUnknown ()
::fuchsia_hardware_hrtimer::Resolution::Tag Which ()
Resolution WithDuration (int64_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> duration ()
::fidl::internal::UnionMemberView<1, Storage_> duration ()
Resolution & duration (int64_t value)

The resolution specified for one tick.

void Resolution (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kDuration 1
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits