Cppcheck
|
This is the complete list of members for Executor, including all inherited members.
check()=0 | Executor | pure virtual |
Executor(const std::list< FileWithDetails > &files, const std::list< FileSettings > &fileSettings, const Settings &settings, SuppressionList &suppressions, ErrorLogger &errorLogger) | Executor | |
Executor(const Executor &)=delete | Executor | |
hasToLog(const ErrorMessage &msg) | Executor | protected |
mErrorList | Executor | private |
mErrorListSync | Executor | private |
mErrorLogger | Executor | protected |
mFiles | Executor | protected |
mFileSettings | Executor | protected |
mSettings | Executor | protected |
mSuppressions | Executor | protected |
operator=(const Executor &)=delete | Executor | |
reportStatus(std::size_t fileindex, std::size_t filecount, std::size_t sizedone, std::size_t sizetotal) | Executor | |
~Executor()=default | Executor | virtual |