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

#include <mrpt/system/threads.h>

List of all members.

Public Member Functions

 ThreadCreateFunctor (void(*f)(T), T o)

Static Public Member Functions

static void createThreadAux (void *obj)
static TThreadHandle createThread (void(*f)(T), T param)

Public Attributes

void(* func )(T)
obj

Constructor & Destructor Documentation

mrpt::system::detail::ThreadCreateFunctor::ThreadCreateFunctor ( void(*)(T)  f,
o 
) [inline]

Definition at line 116 of file threads.h.

Referenced by createThread().


Member Function Documentation

static TThreadHandle mrpt::system::detail::ThreadCreateFunctor::createThread ( void(*)(T)  f,
param 
) [inline, static]
static void mrpt::system::detail::ThreadCreateFunctor::createThreadAux ( void *  obj) [inline, static]

Definition at line 117 of file threads.h.

References obj, and func.

Referenced by createThread().


Member Data Documentation

Definition at line 114 of file threads.h.

Referenced by createThreadAux().

Definition at line 115 of file threads.h.

Referenced by createThreadAux().




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