19 #ifndef SINGLEEXECUTOR_H 
   20 #define SINGLEEXECUTOR_H 
   43     unsigned int check() 
override;
 
This is the base class which will use other classes to do static code analysis for C and C++ code to ...
 
This is an interface, which the class responsible of error logging should implement.
 
This class will take a list of filenames and settings and check then all files using threads.
 
This is just a container for general settings so that we don't need to pass individual values to func...
 
SingleExecutor & operator=(const SingleExecutor &)=delete
 
SingleExecutor(CppCheck &cppcheck, const std::list< FileWithDetails > &files, const std::list< FileSettings > &fileSettings, const Settings &settings, SuppressionList &suppressions, ErrorLogger &errorLogger)
 
SingleExecutor(const SingleExecutor &)=delete
 
unsigned int check() override
 
class for handling suppressions