Definition at line 151 of file threads.h.
#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< CLASS, PARAM >::objectfunctor_t)(PARAM) |
mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::ThreadCreateObjectFunctor | ( | CLASS * | o, |
objectfunctor_t | f, | ||
PARAM | param | ||
) | [inline] |
Definition at line 157 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThread().
static TThreadHandle mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThread | ( | CLASS * | o, |
objectfunctor_t | f, | ||
PARAM | param | ||
) | [inline, static] |
Definition at line 164 of file threads.h.
References mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux(), mrpt::system::detail::createThreadImpl(), and mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::ThreadCreateObjectFunctor().
Referenced by mrpt::system::createThreadFromObjectMethod(), and mrpt::system::createThreadFromObjectMethodRef().
static void mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux | ( | void * | p ) | [inline, static] |
Definition at line 158 of file threads.h.
References mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::func, mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::obj, and mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::p.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThread().
objectfunctor_t mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::func |
Definition at line 155 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux().
CLASS* mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::obj |
Definition at line 154 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux().
PARAM mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::p |
Definition at line 156 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |