15 std::shared_ptr<ProblemGenerationLog::ProblemGenerationLogger> logger):
20 bool open(
const std::filesystem::path& linkdataFilename_l);
26 void FillRecord(std::string basic_string_1,
LinkdataRecord& record);
29 std::filesystem::path link_parameters_file_path_;
30 std::filesystem::path tempOutCsvFile_name_;
31 std::ifstream inputCsv_l_;
32 std::ofstream tempOutCsvFile;
33 bool already_warned_ =
false;
34 std::shared_ptr<ProblemGenerationLog::ProblemGenerationLogger> logger_;