VCF::ThreadedProcedure< ClassType > Class Template Reference
#include <ThreadedFunctions.h>
Inheritance diagram for VCF::ThreadedProcedure< ClassType >:
List of all members.
template<typename ClassType = NullClassType0>
class VCF::ThreadedProcedure< ClassType >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
|
template<typename ClassType = NullClassType0> |
| virtual bool VCF::ThreadedProcedure< ClassType >::run |
( |
|
) |
[inline, virtual] |
|
|
|
Executes the runnable code.
- Returns:
- returns true is the execution was suvvessful, or false if not.
Implements VCF::Runnable. |
|
template<typename ClassType = NullClassType0> |
| virtual void VCF::ThreadedProcedure< ClassType >::stop |
( |
|
) |
[inline, virtual] |
|
|
|
stops the task from running.
Should allow the implementer to gracefully finish whatever they were doing and exit the run() method as soon as possible.
Implements VCF::Runnable. |
Member Data Documentation
The documentation for this class was generated from the following file: