Lunchbox
1.11.0
|
This is the complete list of members for lunchbox::Request< T >, including all inherited members.
Future(Impl impl) | lunchbox::Future< T > | inlineexplicit |
getID() const | lunchbox::Request< T > | inline |
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 |
relinquish() | lunchbox::Request< T > | inline |
Request(RequestHandler &handler, const uint32_t request) | lunchbox::Request< T > | inline |
wait(const uint32_t timeout_=LB_TIMEOUT_INDEFINITE) | lunchbox::Future< T > | inline |
~Future() | lunchbox::Future< T > | inline |
~Request() | lunchbox::Request< T > | inlinevirtual |