|
libqi-api
release-2.5.3-2016-11-18
|
This is the complete list of members for qi::detail::WrapInStrand< F >, including all inherited members.
| _func | qi::detail::WrapInStrand< F > | |
| _onFail | qi::detail::WrapInStrand< F > | |
| _strand | qi::detail::WrapInStrand< F > | |
| is_async | qi::detail::WrapInStrand< F > | static |
| operator()(Args &&...args) const -> decltype(callInStrand(_func, _onFail, _strand, std::forward< Args >(args)...)) | qi::detail::WrapInStrand< F > | inline |
| operator()(Args &&...args) -> decltype(callInStrand(_func, _onFail, _strand, std::forward< Args >(args)...)) | qi::detail::WrapInStrand< F > | inline |
| WrapInStrand(F f, boost::weak_ptr< StrandPrivate > strand, boost::function< void()> onFail) | qi::detail::WrapInStrand< F > | inline |