持ち駒用(標準文字) More...
#include <kanjiPrint.h>


| Public Member Functions | |
| const std::string & | getDan (const size_t index) const | 
| 段数の文字を返す  More... | |
| const std::string & | getSuji (const size_t index) const | 
| 筋の文字を返す。駒の文字幅に合わせる必要がある。  More... | |
| const std::string & | getPiece (const size_t index) const | 
| 盤面上の駒を返す  More... | |
|  Public Member Functions inherited from osl::record::Characters | |
| virtual | ~Characters () | 
| const std::string & | getStand (const size_t index) const | 
| 持ち駒の漢字文字を返す。1文字を期待する  More... | |
| const std::string & | stand_kanji (const PtypeO &ptypeo) const | 
| const std::string & | kanji (const PtypeO &ptypeo) const | 
| const std::string & | kanji (Ptype ptype) const | 
| Static Public Attributes | |
| static const misc::CArray < std::string, 10 > | dan | 
| 段数の文字  More... | |
| static const misc::CArray < std::string, 10 > | suji | 
| 筋の文字。駒の文字幅に合わせる必要がある。  More... | |
| static const misc::CArray < std::string, 32 > | pieces | 
| 盤面上の駒の漢字文字  More... | |
|  Static Public Attributes inherited from osl::record::Characters | |
| static const misc::CArray < std::string, 32 > | stand | 
持ち駒用(標準文字)
Definition at line 144 of file kanjiPrint.h.
| 
 | inlinevirtual | 
段数の文字を返す
Implements osl::record::Characters.
Definition at line 153 of file kanjiPrint.h.
References dan.
| 
 | inlinevirtual | 
盤面上の駒を返す
Implements osl::record::Characters.
Definition at line 155 of file kanjiPrint.h.
References pieces.
| 
 | inlinevirtual | 
筋の文字を返す。駒の文字幅に合わせる必要がある。
Implements osl::record::Characters.
Definition at line 154 of file kanjiPrint.h.
References suji.
| 
 | static | 
段数の文字
Definition at line 147 of file kanjiPrint.h.
Referenced by getDan(), osl::record::KanjiMove::KanjiMove(), and osl::record::ki2::show().
| 
 | static | 
盤面上の駒の漢字文字
Definition at line 151 of file kanjiPrint.h.
Referenced by getPiece().
| 
 | static | 
筋の文字。駒の文字幅に合わせる必要がある。
Definition at line 149 of file kanjiPrint.h.
Referenced by getSuji(), osl::record::KanjiMove::KanjiMove(), and osl::record::ki2::show().
 1.8.4
 1.8.4