Lunchbox
1.12.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
This is the complete list of members for lunchbox::Future< T >, including all inherited members.
Future(Impl impl) | lunchbox::Future< T > | inlineexplicit |
Impl typedef | lunchbox::Future< T > | |
impl_ (defined in lunchbox::Future< T >) | lunchbox::Future< T > | protected |
isReady() const | lunchbox::Future< T > | inline |
operator bool_t() | lunchbox::Future< T > | inline |
operator!() | lunchbox::Future< T > | inline |
operator!=(const T &rhs) | lunchbox::Future< T > | inline |
operator<(const T &rhs) | lunchbox::Future< T > | inline |
operator<=(const T &rhs) | lunchbox::Future< T > | inline |
operator==(const T &rhs) | lunchbox::Future< T > | inline |
operator>(const T &rhs) | lunchbox::Future< T > | inline |
operator>=(const T &rhs) | lunchbox::Future< T > | inline |
wait(const uint32_t timeout_=LB_TIMEOUT_INDEFINITE) | lunchbox::Future< T > | inline |
~Future() | lunchbox::Future< T > | inline |