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

Detailed Description

Definition at line 135 of file threads.h.

#include <mrpt/system/threads.h>

List of all members.

Public Member Functions

 ThreadCreateFunctorNoParams (void(*f)(void))

Static Public Member Functions

static void createThreadAux (void *f)
static TThreadHandle createThread (void(*f)(void))

Public Attributes

void(* func )(void)

Constructor & Destructor Documentation

mrpt::system::detail::ThreadCreateFunctorNoParams::ThreadCreateFunctorNoParams ( void(*)(void)  f) [inline]

Definition at line 138 of file threads.h.

Referenced by createThread().


Member Function Documentation

static TThreadHandle mrpt::system::detail::ThreadCreateFunctorNoParams::createThread ( void(*)(void)  f) [inline, static]
static void mrpt::system::detail::ThreadCreateFunctorNoParams::createThreadAux ( void *  f) [inline, static]

Definition at line 140 of file threads.h.

References func.

Referenced by createThread().


Member Data Documentation

Definition at line 137 of file threads.h.

Referenced by createThreadAux().




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