#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 |
|
inline |
Definition at line 116 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThread().
|
inlinestatic |
Definition at line 122 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().
|
inlinestatic |
Definition at line 117 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 114 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThreadAux().
| T mrpt::system::detail::ThreadCreateFunctor< T >::obj |
Definition at line 115 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThreadAux().
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |