#include "osl/record/kanjiPrint.h"#include "osl/record/kanjiCode.h"#include "osl/record/ki2.h"#include "osl/record/csa.h"#include "osl/record/csaRecord.h"#include "osl/record/csaIOError.h"#include "osl/misc/iconvConvert.h"#include <boost/program_options.hpp>#include <boost/lambda/lambda.hpp>#include <boost/lambda/bind.hpp>#include <sstream>#include <iostream>#include <iomanip>#include <fstream>#include <string>#include <vector>#include <algorithm>
Go to the source code of this file.
Functions | |
| void | run (const std::string &filename) |
| int | main (int argc, char **argv) |
Variables | |
| std::string | header |
| std::vector< std::string > | files |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void run | ( | const std::string & | filename | ) |
| std::vector<std::string> files |
Definition at line 25 of file csa-to-kifu.cc.
Referenced by main().
| std::string header |
Definition at line 24 of file csa-to-kifu.cc.
Referenced by main().
1.7.6.1