template <zx_clock_t kClockId>
class basic_ticks
Defined at line 57 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
Public Methods
void basic_ticks<kClockId> ()
Defined at line 59 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
void basic_ticks<kClockId> (zx_ticks_t value)
Defined at line 61 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
zx_ticks_t get ()
Acquires the number of ticks contained within this object.
Defined at line 64 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
basic_ticks<kClockId> infinite ()
Defined at line 66 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
basic_ticks<kClockId> infinite_past ()
Defined at line 67 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
bool operator== (basic_ticks<kClockId> other)
Defined at line 71 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
bool operator!= (basic_ticks<kClockId> other)
Defined at line 72 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
bool operator< (basic_ticks<kClockId> other)
Defined at line 73 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
bool operator<= (basic_ticks<kClockId> other)
Defined at line 74 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
bool operator> (basic_ticks<kClockId> other)
Defined at line 75 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h
bool operator>= (basic_ticks<kClockId> other)
Defined at line 76 of file ../../sdk/lib/fidl_base/include/lib/fidl/cpp/time.h