#include "osl/piece.h"#include "osl/move.h"#include <string>#include <iosfwd>

ネームスペース | |
| namespace | osl |
|
| |
| namespace | osl::state |
局面. | |
| namespace | osl::record |
棋譜関係 | |
| namespace | osl::record::csa |
CSA形式. | |
関数 | |
| const Move | osl::record::csa::strToMove (const std::string &s, const state::SimpleState &st) |
| Player | osl::record::csa::charToPlayer (char c) |
| const Position | osl::record::csa::strToPos (const std::string &s) |
| Ptype | osl::record::csa::strToPtype (const std::string &s) |
| const std::string | osl::record::csa::show (Move) |
| const std::string | osl::record::csa::fancyShow (Move) |
| const std::string | osl::record::csa::show (Position) |
| const std::string | osl::record::csa::show (Ptype) |
| const std::string | osl::record::csa::show (Piece) |
| const std::string | osl::record::csa::show (Player) |
| const std::string | osl::record::csa::show (Move, std::string &buf) |
| const std::string | osl::record::csa::show (Position, std::string &buf, size_t offset=0) |
| const std::string | osl::record::csa::show (Ptype, std::string &buf, size_t offset=0) |
| const std::string | osl::record::csa::show (Player, std::string &buf, size_t offset=0) |
| std::ostream & | osl::csaShow (std::ostream &os, Move move) |
| std::ostream & | osl::csaShow (std::ostream &, Position) |
| std::ostream & | osl::csaShow (std::ostream &os, Piece piece) |
| std::ostream & | osl::csaShow (std::ostream &os, Ptype ptype) |
1.6.3