Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | 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 133 of file threads.h.

#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
 

Member Typedef Documentation

◆ objectfunctor_t

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

Definition at line 135 of file threads.h.

Constructor & Destructor Documentation

◆ ThreadCreateObjectFunctor()

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

Member Function Documentation

◆ createThread()

template<class CLASS, class PARAM>
static TThreadHandle mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThread ( CLASS *  o,
objectfunctor_t  f,
PARAM  param 
)
inlinestatic

◆ createThreadAux()

template<class CLASS, class PARAM>
static void mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM >::createThreadAux ( void p)
inlinestatic

Member Data Documentation

◆ func

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

◆ obj

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

◆ p

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



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019