All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ptypeOSquareVector.h
Go to the documentation of this file.
1 #ifndef OSL_PTYPEOPOSITIONVECTOR_H
2 #define OSL_PTYPEOPOSITIONVECTOR_H
3 #include "osl/piece.h"
5 #include <utility>
6 namespace osl
7 {
8  namespace container
9  {
11  : public FixedCapacityVector<std::pair<PtypeO,Square>,Piece::SIZE>
12  {
13  public:
17  void sort();
18  };
19  } // namespace container
21 } // namespace osl
22 #endif // OSL_PTYPEOPOSITIONVECTOR_H
23 // ;;; Local Variables:
24 // ;;; mode:c++
25 // ;;; c-basic-offset:2
26 // ;;; coding:utf-8
27 // ;;; End: