
Public Member Functions | |
| TestExecutor (TestExecutionControl &tec, const int initialSeed) | |
| void | run (void) override |
| The function that is executed when the thread starts. | |
| Public Member Functions inherited from Gecode::Support::Runnable | |
| Runnable (bool d=true) | |
| Initialize, d defines whether object is deleted when terminated. | |
| void | todelete (bool d) |
| Set whether to delete upon termination. | |
| bool | todelete (void) const |
| Return whether to be deleted upon termination. | |
| virtual Terminator * | terminator (void) const |
| Return terminator object. | |
| virtual | ~Runnable (void) |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from Gecode::Support::Runnable | |
| static void * | operator new (size_t s) |
| Allocate memory from heap. | |
| static void | operator delete (void *p) |
| Free memory allocated from heap. | |
|
inline |
|
inlineoverridevirtual |
The function that is executed when the thread starts.
Implements Gecode::Support::Runnable.