|
Cppcheck
|
Classes | |
| class | Check |
| Interface class that cppcheck uses to communicate with the checks. More... | |
| class | CheckMemoryLeak |
| Base class for memory leaks checking. More... | |
| class | CppCheck |
| This is the base class which will use other classes to do static code analysis for C and C++ code to find possible errors or places that could be improved. More... | |
| struct | InternalError |
| Simple container to be thrown when internal error is detected. More... | |
| class | Severity |
| enum class for severity. More... | |
| class | ErrorLogger |
| This is an interface, which the class responsible of error logging should implement. More... | |
| class | MathLib |
| simple math functions that uses operands stored in std::string. More... | |
| class | Path |
| Path handling routines. More... | |
| class | Preprocessor |
| The cppcheck preprocessor. More... | |
| class | Settings |
| This is just a container for general settings so that we don't need to pass individual values to functions or constructors now or in the future when we might have even more detailed settings. More... | |
| struct | Standards |
| This is just a container for standards settings. More... | |
| class | Suppressions |
| class for handling suppressions More... | |
| class | TemplateSimplifier |
| Simplify templates from the preprocessed and partially simplified code. More... | |
| class | Token |
| The token list that the TokenList generates is a linked-list of this class. More... | |
| class | Tokenizer |
| The main purpose is to tokenize the source code. More... | |
| class | TokenList |
Namespaces | |
| namespace | std |
Functions | |
| Check::Check (const std::string &aname) | |
| This constructor is used when registering the CheckClass. | |
| Check::Check | ( | const std::string & | aname | ) | [inline, explicit] |
This constructor is used when registering the CheckClass.
Definition at line 149 of file check.h.
References Check::instances().
1.7.6.1