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 172 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 174 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.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo