#include <mrpt/system/threads.h>
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) | 
| T | obj | 
      
  | 
  inline | 
Definition at line 97 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThread().
      
  | 
  inlinestatic | 
Definition at line 103 of file threads.h.
References mrpt::system::detail::ThreadCreateFunctor< T >::createThreadAux(), mrpt::system::detail::createThreadImpl(), and mrpt::system::detail::ThreadCreateFunctor< T >::ThreadCreateFunctor().
Referenced by mrpt::system::createThread(), and mrpt::system::createThreadRef().
      
  | 
  inlinestatic | 
Definition at line 98 of file threads.h.
References mrpt::system::detail::ThreadCreateFunctor< T >::func, and mrpt::system::detail::ThreadCreateFunctor< T >::obj.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThread().
| void(* mrpt::system::detail::ThreadCreateFunctor< T >::func) (T) | 
Definition at line 95 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::createThreadAux().
| T mrpt::system::detail::ThreadCreateFunctor< T >::obj | 
Definition at line 96 of file threads.h.
Referenced by mrpt::system::detail::ThreadCreateFunctor< T >::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 |