00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- 00002 00003 #ifndef _MOEOMOVEINCREVAL_H 00004 #define _MOEOMOVEINCREVAL_H 00005 00006 #include <eoFunctor.h> 00007 00008 template < class Move > 00009 class moeoMoveIncrEval : public eoBF < const Move &, const typename Move::EOType &, typename Move::EOType::ObjectiveVector > {}; 00010 00011 #endif
1.4.7