ptypeOSquareVector.h
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   } // namespace container
00020   using container::PtypeOSquareVector;
00021 } // namespace osl
00022 #endif // OSL_PTYPEOPOSITIONVECTOR_H
00023 // ;;; Local Variables:
00024 // ;;; mode:c++
00025 // ;;; c-basic-offset:2
00026 // ;;; coding:utf-8
00027 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines