6 templateManager->generateTemplate(templateName, outputPath);
Definition of the CodeGenerator class.
void generate(const std::string &templateName, const std::string &outputPath)
Generates a code file based on a specified template.
CodeGenerator(std::unique_ptr< TemplateManagerBase > manager)
Constructs a CodeGenerator with a unique TemplateManagerBase instance.
Hash specialization for SymbolId<Tag>.