Main MRPT website > C++ reference
MRPT logo
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 171 of file threads.h.

#include <mrpt/system/threads.h>

List of all members.

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 173 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 
) [inline, static]
template<class CLASS>
static void mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS >::createThreadAux ( void *  p) [inline, static]

Member Data Documentation

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



Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011