My Project
|
Functions | |
std::string | show (const NumEffectState &state) |
std::string | show (const NumEffectState &state, Move last_move, const NumEffectState &prev, bool add_csa_move=false) |
std::string | show (Player) |
std::string | show (Ptype) |
std::string | show (Square) |
std::string | show (Piece) |
std::string osl::record::myshogi::show | ( | const NumEffectState & | state | ) |
Definition at line 39 of file myshogi.cc.
std::string osl::record::myshogi::show | ( | const NumEffectState & | state, |
Move | last_move, | ||
const NumEffectState & | prev, | ||
bool | add_csa_move = false |
||
) |
Definition at line 7 of file myshogi.cc.
References osl::BLACK, osl::SimpleState::countPiecesOnStand(), osl::Move::isNormal(), osl::Piece::isOnBoard(), osl::SimpleState::pieceOf(), osl::Move::to(), osl::WHITE, osl::Square::x(), and osl::Square::y().
std::string osl::record::myshogi::show | ( | Piece | p | ) |
Definition at line 67 of file myshogi.cc.
References osl::Piece::isOnBoard(), osl::Piece::owner(), osl::Piece::ptype(), and osl::Piece::square().
std::string osl::record::myshogi::show | ( | Player | p | ) |
Definition at line 76 of file myshogi.cc.
References osl::BLACK.
std::string osl::record::myshogi::show | ( | Ptype | p | ) |
Definition at line 46 of file myshogi.cc.
std::string osl::record::myshogi::show | ( | Square | p | ) |
Definition at line 58 of file myshogi.cc.
References osl::Square::x(), and osl::Square::y().