#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::ThreadCreateFunctor | ( | void(*)(T) | f, |
| T | o | ||
| ) | [inline] |
Definition at line 116 of file threads.h.
Referenced by createThread().
| static TThreadHandle mrpt::system::detail::ThreadCreateFunctor::createThread | ( | void(*)(T) | f, |
| T | param | ||
| ) | [inline, static] |
Definition at line 122 of file threads.h.
References ThreadCreateFunctor(), mrpt::system::detail::createThreadImpl(), and createThreadAux().
Referenced by mrpt::system::createThread(), and mrpt::system::createThreadRef().
| static void mrpt::system::detail::ThreadCreateFunctor::createThreadAux | ( | void * | obj | ) | [inline, static] |
Definition at line 114 of file threads.h.
Referenced by createThreadAux().
Definition at line 115 of file threads.h.
Referenced by createThreadAux().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |