Threads::internal::fun_encapsulator< RT, ArgList, 1 > Class Template Reference
List of all members.
template<typename RT, typename ArgList>
class Threads::internal::fun_encapsulator< RT, ArgList, 1 >
Constructor & Destructor Documentation
template<typename RT , typename ArgList >
Threads::internal::fun_encapsulator< RT, ArgList, 1 >::fun_encapsulator |
( |
typename internal::fun_ptr< RT, ArgList >::type * |
function |
) |
[inline] |
template<typename RT , typename ArgList >
Threads::internal::fun_encapsulator< RT, ArgList, 1 >::fun_encapsulator |
( |
const std_cxx1x::function< typename internal::fun_ptr< RT, ArgList >::type > & |
function |
) |
[inline] |
Member Function Documentation
template<typename RT , typename ArgList >
Thread<RT> Threads::internal::fun_encapsulator< RT, ArgList, 1 >::operator() |
( |
typename std_cxx1x::tuple_element< 0, ArgList >::type |
arg1 |
) |
[inline] |
Member Data Documentation
template<typename RT , typename ArgList >
std_cxx1x::function<typename internal::fun_ptr<RT,ArgList>::type> Threads::internal::fun_encapsulator< RT, ArgList, 1 >::function [private] |
The documentation for this class was generated from the following file: