#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< CLASS >::objectfunctor_t) (void) |
|
inline |
|
inlinestatic |
Definition at line 165 of file threads.h.
References mrpt::system::detail::createThreadImpl().
Referenced by mrpt::system::createThreadFromObjectMethod().
|
inlinestatic |
Definition at line 159 of file threads.h.
References mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::func, and mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::obj.
objectfunctor_t mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::func |
Definition at line 157 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::createThreadAux().
CLASS* mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::obj |
Definition at line 156 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::createThreadAux().
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017 |