Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
CallbackThread Class ReferenceA simple adapter to cause a callback under a new thread. More...
Inheritance diagram for CallbackThread:
Detailed DescriptionA simple adapter to cause a callback under a new thread. The constructor is designed to take just about anything, with zero or one arguments. If the functor returns a pointer type, this will be passed as the result of the run() call, accessible via join() or getReturnValue(). Definition at line 11 of file CallbackThread.h.
Constructor & Destructor Documentation
template<typename F >
constructor, pass zero-argument callback function Definition at line 10 of file CallbackThread.h.
template<typename F , typename C >
constructor, pass the user data and single argument callback function Definition at line 14 of file CallbackThread.h.
template<typename F , typename C >
constructor, pass the user data and single argument callback function Definition at line 18 of file CallbackThread.h.
destructor Definition at line 21 of file CallbackThread.h.
don't call Member Function Documentation
don't call
Reimplemented from Thread. Definition at line 88 of file CallbackThread.h. Member Data Documentation
Definition at line 92 of file CallbackThread.h. The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:05 2016 by Doxygen 1.6.3 |