Cambridge SMT System
|
Interfaces with basic methods for iteration. More...
Go to the source code of this file.
Classes | |
class | ucam::util::TaskInterface< Data > |
Templated (hybrid) Interface for Task classes. More... | |
class | ucam::util::TaskFunctor< Data > |
Simple functor that accepts an interface and pointer to the data object in which it will have to run The actual task running is delayed to the call of the (). This is useful e.g. for task dispatching in the threadpool pattern. This functor deletes data and task as soon as it is guaranteed to have been completely executed. More... | |
Namespaces | |
ucam | |
ucam::util | |