Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
mrpt::system::detail::ThreadCreateObjectFunctor Class Reference

#include <mrpt/system/threads.h>

List of all members.

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

Member Typedef Documentation

Definition at line 154 of file threads.h.


Constructor & Destructor Documentation

mrpt::system::detail::ThreadCreateObjectFunctor::ThreadCreateObjectFunctor ( CLASS *  o,
objectfunctor_t  f,
PARAM  param 
) [inline]

Definition at line 158 of file threads.h.

Referenced by createThread().


Member Function Documentation

static TThreadHandle mrpt::system::detail::ThreadCreateObjectFunctor::createThread ( CLASS *  o,
objectfunctor_t  f,
PARAM  param 
) [inline, static]
static void mrpt::system::detail::ThreadCreateObjectFunctor::createThreadAux ( void *  p) [inline, static]

Definition at line 159 of file threads.h.

References p.

Referenced by createThread().


Member Data Documentation

Definition at line 156 of file threads.h.

Definition at line 155 of file threads.h.

Definition at line 157 of file threads.h.

Referenced by createThreadAux().




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011