Main MRPT website > C++ reference for MRPT 1.4.0
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

Definition at line 139 of file threads.h.

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.9.7 for MRPT 1.4.0 SVN: at Tue Jun 13 13:45:58 UTC 2023