Definition at line 111 of file threads.h.
#include <mrpt/system/threads.h>
Public Member Functions | |
ThreadCreateFunctor (void(*f)(T), T o) | |
Static Public Member Functions | |
static void | createThreadAux (void *obj) |
static TThreadHandle | createThread (void(*f)(T), T param) |
Public Attributes | |
void(* | func )(T) |
T | obj |
mrpt::system::detail::ThreadCreateFunctor< T >::ThreadCreateFunctor | ( | void(*)(T) | f, |
T | o | ||
) | [inline] |
Definition at line 115 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThread().
static TThreadHandle mrpt::system::detail::ThreadCreateFunctor< T >::createThread | ( | void(*)(T) | f, |
T | param | ||
) | [inline, static] |
Definition at line 121 of file threads.h.
References mrpt::system::detail::ThreadCreateFunctor< T >::createThreadAux(), mrpt::system::detail::createThreadImpl(), and mrpt::system::detail::ThreadCreateFunctor< T >::ThreadCreateFunctor().
Referenced by mrpt::system::createThread(), and mrpt::system::createThreadRef().
static void mrpt::system::detail::ThreadCreateFunctor< T >::createThreadAux | ( | void * | obj ) | [inline, static] |
Definition at line 116 of file threads.h.
References mrpt::system::detail::ThreadCreateFunctor< T >::func, and mrpt::system::detail::ThreadCreateFunctor< T >::obj.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThread().
void(* mrpt::system::detail::ThreadCreateFunctor< T >::func)(T) |
Definition at line 113 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThreadAux().
T mrpt::system::detail::ThreadCreateFunctor< T >::obj |
Definition at line 114 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThreadAux().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |