Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes

mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM > Class Template Reference


Detailed Description

template<class CLASS, class PARAM>
class mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >

Definition at line 151 of file threads.h.

#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

template<class CLASS, class PARAM>
typedef void(CLASS::* mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::objectfunctor_t)(PARAM)

Definition at line 153 of file threads.h.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<class CLASS, class PARAM>
objectfunctor_t mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::func
template<class CLASS, class PARAM>
CLASS* mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::obj
template<class CLASS, class PARAM>
PARAM mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::p



Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011