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