#include "osl/container/moveVector.h"
#include "osl/record/csaRecord.h"
#include "osl/record/checkDuplicate.h"
#include <boost/algorithm/string/trim.hpp>
#include <boost/foreach.hpp>
#include <boost/program_options.hpp>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
bool | readFile (const std::string &csa_file, osl::record::CheckDuplicate &duplicates) |
Return true when reading a csa_file for the fist time; false otherwise. More... | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 26 of file unique-csa.cc.
References check_duplicate, files, osl::record::CheckDuplicate::print(), readFile(), run(), store(), and vm.
bool readFile | ( | const std::string & | csa_file, |
osl::record::CheckDuplicate & | duplicates | ||
) |
Return true when reading a csa_file for the fist time; false otherwise.
Definition at line 15 of file unique-csa.cc.
References osl::record::Record::getMoves(), osl::record::csa::CsaFile::getRecord(), moves, and osl::record::CheckDuplicate::regist().