All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
blockLongEffect.cc
Go to the documentation of this file.
2 
3 namespace osl
4 {
5  // explicit template instantiation
6  template struct move_classifier::BlockLongEffect<BLACK,ROOK>;
7  template struct move_classifier::BlockLongEffect<WHITE,ROOK>;
8  template struct move_classifier::BlockLongEffect<BLACK,BISHOP>;
9  template struct move_classifier::BlockLongEffect<WHITE,BISHOP>;
10  template struct move_classifier::BlockLongEffect<BLACK,LANCE>;
11  template struct move_classifier::BlockLongEffect<WHITE,LANCE>;
12 }
13 
14 // ;;; Local Variables:
15 // ;;; mode:c++
16 // ;;; c-basic-offset:2
17 // ;;; End: