Go to the documentation of this file.00001 #ifndef OSL_PTYPEOPOSITIONVECTOR_H
00002 #define OSL_PTYPEOPOSITIONVECTOR_H
00003 #include "osl/piece.h"
00004 #include "osl/misc/fixedCapacityVector.h"
00005 #include <utility>
00006 namespace osl
00007 {
00008 namespace container
00009 {
00010 class PtypeOSquareVector
00011 : public FixedCapacityVector<std::pair<PtypeO,Square>,Piece::SIZE>
00012 {
00013 public:
00017 void sort();
00018 };
00019 }
00020 using container::PtypeOSquareVector;
00021 }
00022 #endif // OSL_PTYPEOPOSITIONVECTOR_H
00023
00024
00025
00026
00027