blockLongEffect.cc
Go to the documentation of this file.
00001 #include "osl/move_classifier/blockLongEffect.h"
00002 
00003 namespace osl
00004 {
00005   // explicit template instantiation
00006   template struct move_classifier::BlockLongEffect<BLACK,ROOK>;
00007   template struct move_classifier::BlockLongEffect<WHITE,ROOK>;
00008   template struct move_classifier::BlockLongEffect<BLACK,BISHOP>;
00009   template struct move_classifier::BlockLongEffect<WHITE,BISHOP>;
00010   template struct move_classifier::BlockLongEffect<BLACK,LANCE>;
00011   template struct move_classifier::BlockLongEffect<WHITE,LANCE>;
00012 }
00013 
00014 // ;;; Local Variables:
00015 // ;;; mode:c++
00016 // ;;; c-basic-offset:2
00017 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines