Definition at line 134 of file threads.h.
#include <mrpt/system/threads.h>
Public Member Functions | |
ThreadCreateFunctorNoParams (void(*f)(void)) | |
Static Public Member Functions | |
static void | createThreadAux (void *f) |
static TThreadHandle | createThread (void(*f)(void)) |
Public Attributes | |
void(* | func )(void) |
mrpt::system::detail::ThreadCreateFunctorNoParams::ThreadCreateFunctorNoParams | ( | void(*)(void) | f ) | [inline] |
Definition at line 137 of file threads.h.
Referenced by createThread().
static TThreadHandle mrpt::system::detail::ThreadCreateFunctorNoParams::createThread | ( | void(*)(void) | f ) | [inline, static] |
Definition at line 144 of file threads.h.
References createThreadAux(), mrpt::system::detail::createThreadImpl(), and ThreadCreateFunctorNoParams().
Referenced by mrpt::system::createThread().
static void mrpt::system::detail::ThreadCreateFunctorNoParams::createThreadAux | ( | void * | f ) | [inline, static] |
void(* mrpt::system::detail::ThreadCreateFunctorNoParams::func)(void) |
Definition at line 136 of file threads.h.
Referenced by createThreadAux().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |