libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
qi::detail::LockAndCall< WT, F > Class Template Reference

#include <trackable.hxx>

Public Member Functions

 LockAndCall (WT arg, F func, boost::function< void()> onFail)
 
template<typename... Args>
auto operator() (Args &&...args) -> decltype(std::declval< F >()(std::forward< Args >(args)...))
 

Detailed Description

template<typename WT, typename F>
class qi::detail::LockAndCall< WT, F >

Definition at line 98 of file trackable.hxx.

Constructor & Destructor Documentation

template<typename WT, typename F>
qi::detail::LockAndCall< WT, F >::LockAndCall ( WT  arg,
func,
boost::function< void()>  onFail 
)
inline

Definition at line 105 of file trackable.hxx.

Member Function Documentation

template<typename WT, typename F>
template<typename... Args>
auto qi::detail::LockAndCall< WT, F >::operator() ( Args &&...  args) -> decltype(std::declval<F>()(std::forward<Args>(args)...))
inline

Definition at line 113 of file trackable.hxx.


The documentation for this class was generated from the following file: