#include "osl/move.h"
#include <string>
ネームスペース | |
namespace | osl |
| |
namespace | osl::state |
局面. | |
namespace | osl::record |
棋譜関係 | |
namespace | osl::record::psn |
gnushogi で使われるフォーマット. | |
関数 | |
const Move | osl::record::psn::strToMove (const std::string &, const state::SimpleState &) |
const Position | osl::record::psn::strToPos (const std::string &) |
Ptype | osl::record::psn::charToPtype (char) |
const std::string | osl::record::psn::show (Move) |
const std::string | osl::record::psn::show (Position) |
char | osl::record::psn::show (Ptype) |
const std::string | osl::record::psn::showXP (Move) |
decorate capture by 'x', promote by '+', and unpromote by '=' |