Public Member Functions | |
fun_encapsulator (typename internal::fun_ptr< RT, ArgList >::type *function) | |
fun_encapsulator (const std_cxx1x::function< typename internal::fun_ptr< RT, ArgList >::type > &function) | |
Thread< RT > | operator() (typename std_cxx1x::tuple_element< 0, ArgList >::type arg1, typename std_cxx1x::tuple_element< 1, ArgList >::type arg2) |
Private Attributes | |
std_cxx1x::function< typename internal::fun_ptr< RT, ArgList > ::type > | function |
Threads::internal::fun_encapsulator< RT, ArgList, 2 >::fun_encapsulator | ( | typename internal::fun_ptr< RT, ArgList >::type * | function | ) | [inline] |
Threads::internal::fun_encapsulator< RT, ArgList, 2 >::fun_encapsulator | ( | const std_cxx1x::function< typename internal::fun_ptr< RT, ArgList >::type > & | function | ) | [inline] |
Thread<RT> Threads::internal::fun_encapsulator< RT, ArgList, 2 >::operator() | ( | typename std_cxx1x::tuple_element< 0, ArgList >::type | arg1, | |
typename std_cxx1x::tuple_element< 1, ArgList >::type | arg2 | |||
) | [inline] |
std_cxx1x::function<typename internal::fun_ptr<RT,ArgList>::type> Threads::internal::fun_encapsulator< RT, ArgList, 2 >::function [private] |