libqi-api  release-2.5.3-2016-11-18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
qi::detail::WrapInStrand< F > Member List

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

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