zx
Summary
Functions |
|
---|---|
ZX_AVAILABLE_SINCE(7)
|
|
ZX_AVAILABLE_SINCE(HEAD)
|
|
ZX_AVAILABLE_SINCE(14)
|
|
hour(int64_t n)
|
constexpr duration
|
make_result(zx_status_t status)
|
constexpr result
|
make_result(zx_status_t status, T && value)
|
constexpr result< std::remove_reference_t< T > >
|
min(int64_t n)
|
constexpr duration
|
msec(int64_t n)
|
constexpr duration
|
nsec(int64_t n)
|
constexpr duration
|
operator!=(const object< T > & a, const object< T > & b)
|
bool
|
operator!=(zx_handle_t a, const object< T > & b)
|
bool
|
operator!=(const object< T > & a, zx_handle_t b)
|
bool
|
operator!=(const unowned< T > & a, const unowned< T > & b)
|
bool
|
operator!=(zx_handle_t a, const unowned< T > & b)
|
bool
|
operator!=(const unowned< T > & a, zx_handle_t b)
|
bool
|
operator*(int64_t multiplier, duration d)
|
constexpr duration
|
operator+(duration delta, basic_time< kClockId > time)
|
constexpr basic_time< kClockId >
|
operator<(const object< T > & a, const object< T > & b)
|
bool
|
operator<(zx_handle_t a, const object< T > & b)
|
bool
|
operator<(const object< T > & a, zx_handle_t b)
|
bool
|
operator<(const unowned< T > & a, const unowned< T > & b)
|
bool
|
operator<(zx_handle_t a, const unowned< T > & b)
|
bool
|
operator<(const unowned< T > & a, zx_handle_t b)
|
bool
|
operator<=(const object< T > & a, const object< T > & b)
|
bool
|
operator<=(zx_handle_t a, const object< T > & b)
|
bool
|
operator<=(const object< T > & a, zx_handle_t b)
|
bool
|
operator<=(const unowned< T > & a, const unowned< T > & b)
|
bool
|
operator<=(zx_handle_t a, const unowned< T > & b)
|
bool
|
operator<=(const unowned< T > & a, zx_handle_t b)
|
bool
|
operator==(const object< T > & a, const object< T > & b)
|
bool
|
operator==(zx_handle_t a, const object< T > & b)
|
bool
|
operator==(const object< T > & a, zx_handle_t b)
|
bool
|
operator==(const unowned< T > & a, const unowned< T > & b)
|
bool
|
operator==(zx_handle_t a, const unowned< T > & b)
|
bool
|
operator==(const unowned< T > & a, zx_handle_t b)
|
bool
|
operator>(const object< T > & a, const object< T > & b)
|
bool
|
operator>(zx_handle_t a, const object< T > & b)
|
bool
|
operator>(const object< T > & a, zx_handle_t b)
|
bool
|
operator>(const unowned< T > & a, const unowned< T > & b)
|
bool
|
operator>(zx_handle_t a, const unowned< T > & b)
|
bool
|
operator>(const unowned< T > & a, zx_handle_t b)
|
bool
|
operator>=(const object< T > & a, const object< T > & b)
|
bool
|
operator>=(zx_handle_t a, const object< T > & b)
|
bool
|
operator>=(const object< T > & a, zx_handle_t b)
|
bool
|
operator>=(const unowned< T > & a, const unowned< T > & b)
|
bool
|
operator>=(zx_handle_t a, const unowned< T > & b)
|
bool
|
operator>=(const unowned< T > & a, zx_handle_t b)
|
bool
|
result(typename Tag::__allow_ctad...) -> result< Tag...>
|
|
sec(int64_t n)
|
constexpr duration
|
usec(int64_t n)
|
constexpr duration
|
Typedefs
error_result
error< zx_status_t > error_result
handle
object< void > ZX_AVAILABLE_SINCE(7) handle
ticks
basic_ticks< ZX_CLOCK_MONOTONIC > ticks
ticks_boot
basic_ticks< ZX_CLOCK_BOOT > ticks_boot
ticks_monotonic
basic_ticks< ZX_CLOCK_MONOTONIC > ticks_monotonic
time
basic_time< ZX_CLOCK_MONOTONIC > time
time_boot
basic_time< ZX_CLOCK_BOOT > time_boot
time_monotonic
basic_time< ZX_CLOCK_MONOTONIC > time_monotonic
unowned_suspend_token
unowned< suspend_token > ZX_AVAILABLE_SINCE(7) unowned_suspend_token
Functions
ZX_AVAILABLE_SINCE
zx::counterobject ZX_AVAILABLE_SINCE( HEAD )
hour
constexpr duration hour( int64_t n )
make_result
constexpr result make_result( zx_status_t status )
make_result
constexpr result< std::remove_reference_t< T > > make_result( zx_status_t status, T && value )
min
constexpr duration min( int64_t n )
msec
constexpr duration msec( int64_t n )
nsec
constexpr duration nsec( int64_t n )
operator!=
bool operator!=( zx_handle_t a, const object< T > & b )
operator!=
bool operator!=( const object< T > & a, zx_handle_t b )
operator!=
bool operator!=( zx_handle_t a, const unowned< T > & b )
operator!=
bool operator!=( const unowned< T > & a, zx_handle_t b )
operator+
constexpr basic_time< kClockId > operator+( duration delta, basic_time< kClockId > time )
operator<
bool operator<( zx_handle_t a, const object< T > & b )
operator<
bool operator<( const object< T > & a, zx_handle_t b )
operator<
bool operator<( zx_handle_t a, const unowned< T > & b )
operator<
bool operator<( const unowned< T > & a, zx_handle_t b )
operator<=
bool operator<=( zx_handle_t a, const object< T > & b )
operator<=
bool operator<=( const object< T > & a, zx_handle_t b )
operator<=
bool operator<=( zx_handle_t a, const unowned< T > & b )
operator<=
bool operator<=( const unowned< T > & a, zx_handle_t b )
operator==
bool operator==( zx_handle_t a, const object< T > & b )
operator==
bool operator==( const object< T > & a, zx_handle_t b )
operator==
bool operator==( zx_handle_t a, const unowned< T > & b )
operator==
bool operator==( const unowned< T > & a, zx_handle_t b )
operator>
bool operator>( zx_handle_t a, const object< T > & b )
operator>
bool operator>( const object< T > & a, zx_handle_t b )
operator>
bool operator>( zx_handle_t a, const unowned< T > & b )
operator>
bool operator>( const unowned< T > & a, zx_handle_t b )
operator>=
bool operator>=( zx_handle_t a, const object< T > & b )
operator>=
bool operator>=( const object< T > & a, zx_handle_t b )
operator>=
bool operator>=( zx_handle_t a, const unowned< T > & b )
operator>=
bool operator>=( const unowned< T > & a, zx_handle_t b )
result
result( typename Tag::__allow_ctad... ) -> result< Tag...>
sec
constexpr duration sec( int64_t n )
usec
constexpr duration usec( int64_t n )