My Project
|
柿木形式(KIF)。頭にv More...
#include <kanjiPrint.h>
Public Member Functions | |
const std::string & | getDan (const size_t index) const |
段数の文字を返す | |
const std::string & | getSuji (const size_t index) const |
筋の文字を返す。駒の文字幅に合わせる必要がある。 | |
const std::string & | getPiece (const size_t index) const |
盤面上の駒を返す | |
![]() | |
virtual | ~Characters () |
const std::string & | getStand (const size_t index) const |
持ち駒の漢字文字を返す。1文字を期待する | |
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 CArray< std::string, 10 > | dan |
static const CArray< std::string, 10 > | suji |
static const CArray< std::string, 32 > | pieces |
![]() | |
static const CArray< std::string, 32 > | stand |
柿木形式(KIF)。頭にv
Definition at line 170 of file kanjiPrint.h.
|
inlinevirtual |
段数の文字を返す
Implements osl::record::Characters.
Definition at line 176 of file kanjiPrint.h.
References dan.
|
inlinevirtual |
盤面上の駒を返す
Implements osl::record::Characters.
Definition at line 178 of file kanjiPrint.h.
References pieces.
|
inlinevirtual |
筋の文字を返す。駒の文字幅に合わせる必要がある。
Implements osl::record::Characters.
Definition at line 177 of file kanjiPrint.h.
References suji.
|
static |
Definition at line 172 of file kanjiPrint.h.
Referenced by getDan().
|
static |
|
static |