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 > | [inline, explicit] |
Promise(boost::function< void(qi::Promise< T >)> cancelCallback, FutureCallbackType async=FutureCallbackType_Async) | qi::Promise< T > | [inline, explicit] |
Promise(Future< T > &f) | qi::Promise< T > | [inline, explicit, protected] |
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 > | [inline, protected] |
setValue(const ValueType &value) | qi::Promise< T > | [inline] |
trigger() | qi::Promise< T > | [inline] |
value() | qi::Promise< T > | [inline] |
ValueType typedef | qi::Promise< T > | |