Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
mrpt::system::detail::ThreadCreateObjectFunctorNoParams Class Reference

#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

Definition at line 174 of file threads.h.


Constructor & Destructor Documentation

mrpt::system::detail::ThreadCreateObjectFunctorNoParams::ThreadCreateObjectFunctorNoParams ( CLASS *  o,
objectfunctor_t  f 
) [inline]

Definition at line 177 of file threads.h.

Referenced by createThread().


Member Function Documentation

static TThreadHandle mrpt::system::detail::ThreadCreateObjectFunctorNoParams::createThread ( CLASS *  o,
objectfunctor_t  f 
) [inline, static]
static void mrpt::system::detail::ThreadCreateObjectFunctorNoParams::createThreadAux ( void *  p) [inline, static]

Definition at line 178 of file threads.h.

Referenced by createThread().


Member Data Documentation

Definition at line 176 of file threads.h.

Definition at line 175 of file threads.h.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011