#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 |
Definition at line 139 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThread().
|
inlinestatic |
Definition at line 146 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().
|
inlinestatic |
Definition at line 140 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 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.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |