柿木形式(KIF)。頭にv 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 | 
| static const misc::CArray < std::string, 10 > | suji | 
| static const misc::CArray < std::string, 32 > | pieces | 
|  Static Public Attributes inherited from osl::record::Characters | |
| static const misc::CArray < std::string, 32 > | stand | 
柿木形式(KIF)。頭にv
Definition at line 171 of file kanjiPrint.h.
| 
 | inlinevirtual | 
段数の文字を返す
Implements osl::record::Characters.
Definition at line 177 of file kanjiPrint.h.
References dan.
| 
 | inlinevirtual | 
盤面上の駒を返す
Implements osl::record::Characters.
Definition at line 179 of file kanjiPrint.h.
References pieces.
| 
 | inlinevirtual | 
筋の文字を返す。駒の文字幅に合わせる必要がある。
Implements osl::record::Characters.
Definition at line 178 of file kanjiPrint.h.
References suji.
| 
 | static | 
Definition at line 173 of file kanjiPrint.h.
Referenced by getDan().
| 
 | static | 
| 
 | static | 
 1.8.4
 1.8.4