|
My Project
|
「.ki2」という拡張子を持つ2ch形式ファイル. More...
#include <ki2.h>
Public Types | |
| enum | ParseResult { OK = 0 , Komaochi , Illegal } |
Public Member Functions | |
| Ki2File (const std::string &filename, bool verbose=false) | |
| Public Member Functions inherited from osl::record::RecordFile | |
| virtual | ~RecordFile () |
| Record | load () const |
| const NumEffectState | initialState () const |
| const std::vector< Move > | moves () const |
Static Public Member Functions | |
| static ParseResult | parseLine (NumEffectState &, Record &, KanjiMove &, std::string element) |
Private Attributes | |
| bool | verbose |
Additional Inherited Members | |
| Protected Attributes inherited from osl::record::RecordFile | |
| Record | record |
「.ki2」という拡張子を持つ2ch形式ファイル.
ファイルはShift_JIS (Windows-31J)であることが期待され、 内部ではEUC-JPに文字変換される。
| osl::ki2::Ki2File::Ki2File | ( | const std::string & | filename, |
| bool | verbose = false ) |
|
static |