#include <quickmp.h>
Public Member Functions | |
| virtual | ~ParallelTask () |
| virtual void | run (int firstIndex, int lastIndex, const unsigned int threadIndex, int indexIncrement)=0 |
| The function which is executed by each thread with different indices. | |
| virtual ~ParallelTask | ( | ) | [inline, virtual] |
| virtual void run | ( | int | firstIndex, | |
| int | lastIndex, | |||
| const unsigned int | threadIndex, | |||
| int | indexIncrement | |||
| ) | [pure virtual] |
The function which is executed by each thread with different indices.
The last index is included.
1.4.7