libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
qi::detail::Stranded< F > Member List

This is the complete list of members for qi::detail::Stranded< F >, including all inherited members.

_executionOptionsqi::detail::Stranded< F >
_funcqi::detail::Stranded< F >
_onFailqi::detail::Stranded< F >
_strandqi::detail::Stranded< F >
is_asyncqi::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