All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
checkMoveVector.h
Go to the documentation of this file.
1 /* checkMoveVector.h
2  */
3 #ifndef OSL_CHECKMOVEVECTOR_H
4 #define OSL_CHECKMOVEVECTOR_H
5 #include "osl/move.h"
7 
8 namespace osl
9 {
10  namespace checkmate
11  {
13  class CheckMoveVector : public FixedCapacityVector<Move,CheckOrEscapeMaxUniqMoves>
14  {
15  };
16  }
17 }
18 
19 #endif /* OSL_CHECKMOVEVECTOR_H */
20 // ;;; Local Variables:
21 // ;;; mode:c++
22 // ;;; c-basic-offset:2
23 // ;;; End: