

Go to the source code of this file.
Classes | |
| class | osl::container::PieceMask |
| 駒番号のビットセット. More... | |
Namespaces | |
| namespace | osl |
|
| |
| namespace | osl::container |
一般的に存在するデータ構造の将棋版,PieceVectorや各種bitsetなど. | |
Functions | |
| const PieceMask | osl::container::operator& (const PieceMask &m1, const PieceMask &m2) |
| const PieceMask | osl::container::operator| (const PieceMask &m1, const PieceMask &m2) |
| const PieceMask | osl::container::operator~ (const PieceMask &m1) |
| bool | osl::container::operator== (const PieceMask &m1, const PieceMask &m2) |
| bool | osl::container::operator!= (const PieceMask &m1, const PieceMask &m2) |
| std::ostream & | osl::container::operator<< (std::ostream &os, PieceMask const &pieceMask) |
1.7.6.1