fidl::basic_time

Summary

Constructors and Destructors

basic_time()
basic_time(zx_time_t value)

Public functions

get() const
constexpr zx_time_t
get_address()
zx_time_t *
operator!=(basic_time< kClockId > other) const
constexpr bool
operator<(basic_time< kClockId > other) const
constexpr bool
operator<=(basic_time< kClockId > other) const
constexpr bool
operator==(basic_time< kClockId > other) const
constexpr bool
operator>(basic_time< kClockId > other) const
constexpr bool
operator>=(basic_time< kClockId > other) const
constexpr bool

Public static functions

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

Public functions

basic_time

constexpr basic_time()=default

basic_time

constexpr basic_time(
  zx_time_t value
)

get

constexpr zx_time_t get() const 

get_address

zx_time_t * get_address()

operator!=

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

operator<

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

operator<=

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

operator==

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

operator>

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

operator>=

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

Public static functions

infinite

constexpr basic_time< kClockId > infinite()

infinite_past

constexpr basic_time< kClockId > infinite_past()