My Project
|
Classes | |
class | Ki2File |
「.ki2」という拡張子を持つ2ch形式ファイル. More... | |
Functions | |
const std::string | show (Square) |
const std::string | show (Square cur, Square prev) |
const std::string | show (Ptype) |
const std::string | showPromote (bool) |
const std::string | show (Move move, const NumEffectState &state, Move prev=Move()) |
const std::string | show (const Move *first, const Move *last, const NumEffectState &state, Move prev=Move()) |
const std::string | show (const Move *first, const Move *last, const char *threatmate_first, const char *threatmate_last, const NumEffectState &state, Move prev=Move()) |
const std::string osl::ki2::show | ( | const Move * | first, |
const Move * | last, | ||
const char * | threatmate_first, | ||
const char * | threatmate_last, | ||
const NumEffectState & | state, | ||
Move | prev = Move() |
||
) |
Definition at line 271 of file ki2.cc.
References osl::Move::isInvalid(), K_TSUMERO, osl::NumEffectState::makeMove(), and show().
const std::string osl::ki2::show | ( | const Move * | first, |
const Move * | last, | ||
const NumEffectState & | state, | ||
Move | prev = Move() |
||
) |
const std::string osl::ki2::show | ( | Move | move, |
const NumEffectState & | state, | ||
Move | prev = Move() |
||
) |
Definition at line 167 of file ki2.cc.
References osl::NumEffectState::allEffectAt(), osl::BLACK, osl::Square::canPromote(), osl::canPromote(), osl::Move::from(), osl::PtypeTable::getIndex(), osl::PieceMask::getMask(), osl::isMajor(), osl::Move::isNormal(), osl::Piece::isOnBoardByOwner(), osl::Move::isPass(), osl::Square::isPieceStand(), osl::isPromoted(), osl::Move::isPromotion(), K_BLACK_SIGN, K_HIDARI, K_HIKU, K_MIGI, K_ONAZI, K_PASS, K_SUGU, K_UE, K_UTSU, K_WHITE_SIGN, K_YORU, osl::Move::oldPtype(), osl::SimpleState::pieceAt(), osl::SimpleState::pieceOf(), osl::Move::player(), osl::NumEffectState::promotedPieces(), osl::Piece::ptype(), osl::Ptype_Table, show(), showPromote(), osl::sign(), osl::Piece::square(), osl::Move::to(), osl::Square::x(), and osl::Square::y().
const std::string osl::ki2::show | ( | Ptype | ptype | ) |
Definition at line 142 of file ki2.cc.
References K_NARU, osl::PKNIGHT, osl::PLANCE, osl::PSILVER, and osl::unpromote().
const std::string osl::ki2::show | ( | Square | position | ) |
Definition at line 133 of file ki2.cc.
References osl::Square::isPieceStand(), osl::Square::x(), and osl::Square::y().