peoPopEval.h

00001 // "peoPopEval.h"
00002 
00003 // (c) OPAC Team, LIFL, August 2005
00004 
00005 /* 
00006    Contact: paradiseo-help@lists.gforge.inria.fr
00007 */
00008 
00009 #ifndef __peoPopEval_h
00010 #define __peoPopEval_h
00011 
00012 #include "core/service.h"
00013 
00015 
00019 template< class EOT > class peoPopEval : public Service {
00020 
00021 public:
00022 
00024         virtual void operator()( eoPop< EOT >& __pop ) = 0;
00025 };
00026 
00027 
00028 #endif

Generated on Tue Jan 9 15:47:38 2007 for ParadisEO-PEO by  doxygen 1.4.7