Main MRPT website > C++ reference for MRPT 1.5.5
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.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019