All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
unique-csa.cc File Reference
#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>
Include dependency graph for unique-csa.cc:

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)
 

Function Documentation

int main ( int  argc,
char **  argv 
)
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().