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::ThreadCreateObjectFunctorNoParams< CLASS > Class Template Reference

Detailed Description

template<class CLASS>
class mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >

Definition at line 153 of file threads.h.

#include <mrpt/system/threads.h>

Public Types

typedef void(CLASS::* objectfunctor_t) (void)
 

Public Member Functions

 ThreadCreateObjectFunctorNoParams (CLASS *o, objectfunctor_t f)
 

Static Public Member Functions

static void createThreadAux (void *p)
 
static TThreadHandle createThread (CLASS *o, objectfunctor_t f)
 

Public Attributes

CLASS * obj
 
objectfunctor_t func
 

Member Typedef Documentation

◆ objectfunctor_t

template<class CLASS >
typedef void(CLASS::* mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::objectfunctor_t) (void)

Definition at line 155 of file threads.h.

Constructor & Destructor Documentation

◆ ThreadCreateObjectFunctorNoParams()

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

Definition at line 158 of file threads.h.

Member Function Documentation

◆ createThread()

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

◆ createThreadAux()

template<class CLASS >
static void mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::createThreadAux ( void *  p)
inlinestatic

Member Data Documentation

◆ func

◆ obj

template<class CLASS >
CLASS* mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::obj



Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Wed Mar 22 08:20:48 UTC 2023