70 bool write()
override;
GeneratedFile(const GeneratedFile &)=default
Specialization of GeneratedFile for generating a text file from a template.
virtual std::filesystem::path getTemplatePath() const =0
Returns the full path to the template file.
GeneratedFile(const GeneratedFile &)=default
static std::vector< TemplateVariable > variables
bool write() override
Writes the file to disk.
TemplateVariable(const std::string &key, const std::string &value)