Generic HistoryLoader. More...
#include <Game/HistoryLoader.hpp>
Static Public Member Functions | |
static History< DataType > | load (const std::string &fileName, bool &error) |
Generic HistoryLoader.
Specific history loader for chess game moves.
loads an history from a file
> HistoryLoader.hpp Game/HistoryLoader.hpp
static History<DataType> HistoryLoader< DataType >::load | ( | const std::string & | fileName, | |
bool & | error | |||
) | [static] |
Load chess moves from a file
fileName | the file name where to save the data | |
error | false if the file could not be read |