VCF::ThreadedProcedure1< ParamType1, ClassType > Class Template Reference
#include <ThreadedFunctions.h>
Inheritance diagram for VCF::ThreadedProcedure1< ParamType1, ClassType >:
List of all members.
template<typename ParamType1, typename ClassType = NullClassType1<ParamType1>>
class VCF::ThreadedProcedure1< ParamType1, ClassType >
Member Typedef Documentation
|
template<typename ParamType1, typename ClassType = NullClassType1<ParamType1>> |
| typedef void(ClassType::* VCF::ThreadedProcedure1< ParamType1, ClassType >::ClassProcPtr)(ParamType1 p1) |
|
|
template<typename ParamType1, typename ClassType = NullClassType1<ParamType1>> |
| typedef void(* VCF::ThreadedProcedure1< ParamType1, ClassType >::ProcPtr)(ParamType1 p1) |
|
Constructor & Destructor Documentation
Member Function Documentation
|
template<typename ParamType1, typename ClassType = NullClassType1<ParamType1>> |
| Runnable* VCF::ThreadedProcedure1< ParamType1, ClassType >::getParams |
( |
|
) |
[inline] |
|
|
template<typename ParamType1, typename ClassType = NullClassType1<ParamType1>> |
| Thread* VCF::ThreadedProcedure1< ParamType1, ClassType >::invoke |
( |
|
) |
[inline] |
|
|
template<typename ParamType1, typename ClassType = NullClassType1<ParamType1>> |
| virtual bool VCF::ThreadedProcedure1< ParamType1, 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 ParamType1, typename ClassType = NullClassType1<ParamType1>> |
| virtual void VCF::ThreadedProcedure1< ParamType1, 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
|
template<typename ParamType1, typename ClassType = NullClassType1<ParamType1>> |
ParamType1 VCF::ThreadedProcedure1< ParamType1, ClassType >::param1_ [protected] |
|
The documentation for this class was generated from the following file: