| 954 | } |
| 955 | |
| 956 | void substituteTemplateLocationStatic(std::string& templateLocation, bool eraseColors) |
| 957 | { |
| 958 | replaceSpecialChars(templateLocation); |
| 959 | replaceColors(templateLocation, eraseColors); |
| 960 | } |
| 961 | |
| 962 | std::string getClassification(const std::string &guideline, ReportType reportType) { |
| 963 | if (guideline.empty()) |