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

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

Member Function Documentation

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

Member Data Documentation

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



Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Tue Dec 8 09:49:21 UTC 2015