
A class to delete the master (running in parallel) More...
#include <run-jobs.hpp>
Public Member Functions | |
| Deleter (Master *m) | |
| Initialize with master m. More... | |
| virtual void | run (void) |
| Perform deletion. More... | |
Public Member Functions inherited from Gecode::Support::Runnable | |
| Runnable (bool d=true) | |
| Initialize, d defines whether object is deleted when terminated. More... | |
| void | todelete (bool d) |
| Set whether to delete upon termination. More... | |
| bool | todelete (void) const |
| Return whether to be deleted upon termination. More... | |
| virtual Terminator * | terminator (void) const |
| Return terminator object. More... | |
| virtual | ~Runnable (void) |
| Destructor. More... | |
Protected Attributes | |
| Master * | master |
| The master to be deleted. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Gecode::Support::Runnable | |
| static void * | operator new (size_t s) |
| Allocate memory from heap. More... | |
| static void | operator delete (void *p) |
| Free memory allocated from heap. More... | |
A class to delete the master (running in parallel)
Definition at line 137 of file run-jobs.hpp.
|
inline |
Initialize with master m.
Definition at line 325 of file run-jobs.hpp.
|
virtual |
Perform deletion.
Implements Gecode::Support::Runnable.
Definition at line 330 of file run-jobs.hpp.
|
protected |
The master to be deleted.
Definition at line 140 of file run-jobs.hpp.