My Project
|
棋譜関係 More...
Namespaces | |
namespace | ki2 |
namespace | myshogi |
Classes | |
class | ChangeShellColor |
shellの文字出力にて、色を変える。 More... | |
class | Characters |
駒の文字を管理するAbstract class。 More... | |
class | CheckDuplicate |
Container of moves to check duplicated games. More... | |
class | Color |
カラーコードを保持するクラス。 More... | |
class | CsaFile |
class | KanjiMove |
Parse kanji records such as "7六歩", the style of which is generally used to write Shogi records in Japanese. More... | |
class | KanjiPrint |
局面を漢字でカラーで表示する. More... | |
struct | KIFCharacters |
柿木形式(KIF)。頭にv More... | |
class | KisenFile |
「.kif」という拡張子を持つ棋泉形式ファイル. More... | |
class | KisenIpxFile |
「.ipx」という拡張子を持つ棋泉形式ファイル. More... | |
class | KisenIpxWriter |
「.ipx」という拡張子を持つ棋泉形式ファイル. More... | |
class | KisenPlusFile |
「.kpf」という拡張子を持つ棋泉プラス形式ファイル. More... | |
class | KisenUtils |
class | KisenWriter |
struct | Record |
class | RecordFile |
struct | RussianCharacters |
ロシア文字(激指フォント用) More... | |
struct | SearchInfo |
struct | StandardCharacters |
持ち駒用(標準文字) More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Color &c) |
std::string | kanjiNumber (const int n) |
漢数字を返す(持ち駒の数などで用いる) | |
std::ostream & | operator<< (std::ostream &os, const Record &r) |
棋譜関係
std::string osl::record::kanjiNumber | ( | const int | n | ) |
std::ostream & osl::record::operator<< | ( | std::ostream & | os, |
const Color & | c | ||
) |
Definition at line 155 of file kanjiPrint.cc.
References osl::record::Color::value.
std::ostream & osl::record::operator<< | ( | std::ostream & | os, |
const Record & | r | ||
) |
Definition at line 115 of file record.cc.
References osl::BLACK, osl::RecordMinimal::initial_state, osl::RecordMinimal::moves, osl::record::Record::player, osl::record::Record::record, osl::record::Record::version, and osl::WHITE.