fidl::basic_ticks

Summary

Constructors and Destructors

basic_ticks()
basic_ticks(zx_ticks_t value)

Public functions

get() const
constexpr zx_ticks_t
operator!=(basic_ticks< kClockId > other) const
constexpr bool
operator<(basic_ticks< kClockId > other) const
constexpr bool
operator<=(basic_ticks< kClockId > other) const
constexpr bool
operator==(basic_ticks< kClockId > other) const
constexpr bool
operator>(basic_ticks< kClockId > other) const
constexpr bool
operator>=(basic_ticks< kClockId > other) const
constexpr bool

Public static functions

infinite()
constexpr basic_ticks< kClockId >
infinite_past()
constexpr basic_ticks< kClockId >

Public functions

basic_ticks

constexpr basic_ticks()=default

basic_ticks

constexpr basic_ticks(
  zx_ticks_t value
)

get

constexpr zx_ticks_t get() const 

operator!=

constexpr bool operator!=(
  basic_ticks< kClockId > other
) const 

operator<

constexpr bool operator<(
  basic_ticks< kClockId > other
) const 

operator<=

constexpr bool operator<=(
  basic_ticks< kClockId > other
) const 

operator==

constexpr bool operator==(
  basic_ticks< kClockId > other
) const 

operator>

constexpr bool operator>(
  basic_ticks< kClockId > other
) const 

operator>=

constexpr bool operator>=(
  basic_ticks< kClockId > other
) const 

Public static functions

infinite

constexpr basic_ticks< kClockId > infinite()

infinite_past

constexpr basic_ticks< kClockId > infinite_past()