libqi-api
2.1.4.13
|
This is the complete list of members for qi::Promise< T >, including all inherited members.
_f | qi::Promise< T > | protected |
adaptFuture(const Future< FT > &f, Promise< PT > &p) | qi::Promise< T > | friend |
adaptFuture(const Future< FT > &f, Promise< PT > &p, CONV converter) | qi::Promise< T > | friend |
future() const | qi::Promise< T > | inline |
Promise(FutureCallbackType async=FutureCallbackType_Async) | qi::Promise< T > | inlineexplicit |
Promise(boost::function< void(qi::Promise< T >)> cancelCallback, FutureCallbackType async=FutureCallbackType_Async) | qi::Promise< T > | inlineexplicit |
Promise(Future< T > &f) | qi::Promise< T > | inlineexplicitprotected |
reset() | qi::Promise< T > | inline |
setCanceled() | qi::Promise< T > | inline |
setError(const std::string &msg) | qi::Promise< T > | inline |
setup(boost::function< void(qi::Promise< T >)> cancelCallback, FutureCallbackType async=FutureCallbackType_Async) | qi::Promise< T > | inlineprotected |
setValue(const ValueType &value) | qi::Promise< T > | inline |
trigger() | qi::Promise< T > | inline |
value() | qi::Promise< T > | inline |
ValueType typedef | qi::Promise< T > |