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::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()

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.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