Static Public Member Functions | |
static bool | save (const std::string &fileName, const History< Move< ChessBoard::Coords > > &data) |
bool HistorySaver< Move< ChessBoard::Coords > >::save | ( | const std::string & | fileName, | |
const History< Move< ChessBoard::Coords > > & | data | |||
) | [static] |
Save chess moves in a file
fileName | the file name where to save the data | |
data | the data to save |