#include <mrpt/system/threads.h>
Public Types | |
| typedef void(CLASS::* | objectfunctor_t )(PARAM) |
Public Member Functions | |
| ThreadCreateObjectFunctor (CLASS *o, objectfunctor_t f, PARAM param) | |
Static Public Member Functions | |
| static void | createThreadAux (void *p) |
| static TThreadHandle | createThread (CLASS *o, objectfunctor_t f, PARAM param) |
Public Attributes | |
| CLASS * | obj |
| objectfunctor_t | func |
| PARAM | p |
| typedef void(CLASS::* mrpt::system::detail::ThreadCreateObjectFunctor::objectfunctor_t)(PARAM) |
| mrpt::system::detail::ThreadCreateObjectFunctor::ThreadCreateObjectFunctor | ( | CLASS * | o, |
| objectfunctor_t | f, | ||
| PARAM | param | ||
| ) | [inline] |
Definition at line 158 of file threads.h.
Referenced by createThread().
| static TThreadHandle mrpt::system::detail::ThreadCreateObjectFunctor::createThread | ( | CLASS * | o, |
| objectfunctor_t | f, | ||
| PARAM | param | ||
| ) | [inline, static] |
Definition at line 165 of file threads.h.
References ThreadCreateObjectFunctor(), mrpt::system::detail::createThreadImpl(), and createThreadAux().
Referenced by mrpt::system::createThreadFromObjectMethod(), and mrpt::system::createThreadFromObjectMethodRef().
| static void mrpt::system::detail::ThreadCreateObjectFunctor::createThreadAux | ( | void * | p | ) | [inline, static] |
Definition at line 157 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 |