|
const Move | osl::record::csa::strToMove (const std::string &s, const state::SimpleState &st) |
|
Player | osl::record::csa::charToPlayer (char c) |
|
const Square | 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 (Square) |
|
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 (const Move *first, const Move *last) |
|
const std::string | osl::record::csa::show (Move, std::string &buf) |
|
const std::string | osl::record::csa::show (Square, 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 &, Square) |
|
std::ostream & | osl::csaShow (std::ostream &os, Piece piece) |
|
std::ostream & | osl::csaShow (std::ostream &os, Ptype ptype) |
|