#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) |
|
inline |
|
inlinestatic |
Definition at line 146 of file threads.h.
References mrpt::system::detail::createThreadImpl().
Referenced by mrpt::system::createThreadFromObjectMethod(), and mrpt::system::createThreadFromObjectMethodRef().
|
inlinestatic |
objectfunctor_t mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::func |
Definition at line 137 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux().
CLASS* mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::obj |
Definition at line 136 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux().
PARAM mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::p |
Definition at line 138 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux().
Page generated by Doxygen 1.8.13 for MRPT 1.4.0 SVN: at Fri Mar 17 07:27:15 UTC 2017 |