Cambridge SMT System
taskinterface.hpp File Reference

Interfaces with basic methods for iteration. More...

This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Interfaces with basic methods for iteration.

Date
8-8-2012
Author
Gonzalo Iglesias

Definition in file taskinterface.hpp.