Generated on Tue Apr 18 10:24:14 2017 for Gecode by doxygen 1.6.3

Gecode::Support::Job< RetType > Class Template Reference

Baseclass for jobs with return type RetType. More...

#include <run-jobs.hpp>

List of all members.

Public Member Functions

virtual RetType run (int i)=0
 Run a job with iterator index i.

Detailed Description

template<class RetType>
class Gecode::Support::Job< RetType >

Baseclass for jobs with return type RetType.

Definition at line 43 of file run-jobs.hpp.


Member Function Documentation

template<class RetType>
virtual RetType Gecode::Support::Job< RetType >::run ( int  i  )  [pure virtual]

Run a job with iterator index i.


The documentation for this class was generated from the following file: