Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes
mrpt::system::detail::ThreadCreateFunctorNoParams Class Reference

Detailed Description

Definition at line 116 of file threads.h.

#include <mrpt/system/threads.h>

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

◆ ThreadCreateFunctorNoParams()

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

Definition at line 119 of file threads.h.

Referenced by createThread().

Member Function Documentation

◆ createThread()

static TThreadHandle mrpt::system::detail::ThreadCreateFunctorNoParams::createThread ( void(*)(void f)
inlinestatic

◆ createThreadAux()

static void mrpt::system::detail::ThreadCreateFunctorNoParams::createThreadAux ( void f)
inlinestatic

Definition at line 121 of file threads.h.

References func.

Referenced by createThread().

Member Data Documentation

◆ func

void(* mrpt::system::detail::ThreadCreateFunctorNoParams::func) (void)

Definition at line 118 of file threads.h.

Referenced by createThreadAux().




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019