|
Cppcheck
|
#include "config.h"#include "errortypes.h"#include "color.h"#include <cstddef>#include <list>#include <set>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | ErrorMessage |
| Wrapper for error messages, provided by reportErr() More... | |
| class | ErrorMessage::FileLocation |
| File name and line number. More... | |
| class | ErrorLogger |
| This is an interface, which the class responsible of error logging should implement. More... | |
Namespaces | |
| tinyxml2 | |
Functions | |
| std::string | replaceStr (std::string s, const std::string &from, const std::string &to) |
| Replace substring. More... | |
| CPPCHECKLIB void | substituteTemplateFormatStatic (std::string &templateFormat) |
| replaces the static parts of the location template More... | |
| CPPCHECKLIB void | substituteTemplateLocationStatic (std::string &templateLocation) |
| replaces the static parts of the location template More... | |