All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
show-ki2.cc File Reference
#include "osl/record/kanjiMove.h"
#include "osl/record/ki2.h"
#include <boost/program_options.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/lambda/bind.hpp>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <algorithm>
Include dependency graph for show-ki2.cc:

Go to the source code of this file.

Functions

void process (const std::string &file_name)
 
int main (int argc, char **argv)
 Show .ki2 files (known as 2ch format). More...
 

Variables

bool quiet = false
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Show .ki2 files (known as 2ch format).

Record database: http://wiki.optus.nu/shogi/index.php?page=FrontPage Archive to download: http://maris-stella.hp.infoseek.co.jp/ Note that the archiver called DGCA format only supports Windows.

Definition at line 39 of file show-ki2.cc.

References files, process(), quiet, run(), store(), and vm.

void process ( const std::string &  file_name)

Definition at line 19 of file show-ki2.cc.

References moves, and quiet.

Variable Documentation

bool quiet = false

Definition at line 17 of file show-ki2.cc.

Referenced by main(), and process().