#include <mrpt/system/threads.h>
Public Types | |
| typedef void(CLASS::* | objectfunctor_t )(void) |
Public Member Functions | |
| ThreadCreateObjectFunctorNoParams (CLASS *o, objectfunctor_t f) | |
Static Public Member Functions | |
| static void | createThreadAux (void *p) |
| static TThreadHandle | createThread (CLASS *o, objectfunctor_t f) |
Public Attributes | |
| CLASS * | obj |
| objectfunctor_t | func |
| typedef void(CLASS::* mrpt::system::detail::ThreadCreateObjectFunctorNoParams::objectfunctor_t)(void) |
| mrpt::system::detail::ThreadCreateObjectFunctorNoParams::ThreadCreateObjectFunctorNoParams | ( | CLASS * | o, |
| objectfunctor_t | f | ||
| ) | [inline] |
Definition at line 177 of file threads.h.
Referenced by createThread().
| static TThreadHandle mrpt::system::detail::ThreadCreateObjectFunctorNoParams::createThread | ( | CLASS * | o, |
| objectfunctor_t | f | ||
| ) | [inline, static] |
Definition at line 184 of file threads.h.
References ThreadCreateObjectFunctorNoParams(), mrpt::system::detail::createThreadImpl(), and createThreadAux().
Referenced by mrpt::system::createThreadFromObjectMethod().
| static void mrpt::system::detail::ThreadCreateObjectFunctorNoParams::createThreadAux | ( | void * | p | ) | [inline, static] |
Definition at line 178 of file threads.h.
Referenced by createThread().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |