#include <singleexecutor.h>
 | 
|   | SingleExecutor (CppCheck &cppcheck, const std::list< FileWithDetails > &files, const std::list< FileSettings > &fileSettings, const Settings &settings, SuppressionList &suppressions, ErrorLogger &errorLogger) | 
|   | 
|   | SingleExecutor (const SingleExecutor &)=delete | 
|   | 
| SingleExecutor &  | operator= (const SingleExecutor &)=delete | 
|   | 
| unsigned int  | check () override | 
|   | 
|   | Executor (const std::list< FileWithDetails > &files, const std::list< FileSettings > &fileSettings, const Settings &settings, SuppressionList &suppressions, ErrorLogger &errorLogger) | 
|   | 
| virtual  | ~Executor ()=default | 
|   | 
|   | Executor (const Executor &)=delete | 
|   | 
| Executor &  | operator= (const Executor &)=delete | 
|   | 
| void  | reportStatus (std::size_t fileindex, std::size_t filecount, std::size_t sizedone, std::size_t sizetotal) | 
|   | Information about how many files have been checked.  More...
  | 
|   | 
Definition at line 36 of file singleexecutor.h.
 
◆ SingleExecutor() [1/2]
◆ SingleExecutor() [2/2]
◆ check()
  
  
      
        
          | unsigned int SingleExecutor::check  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Implements Executor.
Definition at line 41 of file singleexecutor.cpp.
References CppCheck::analyseClangTidy(), CppCheck::analyseWholeProgram(), CppCheck::check(), Settings::clangTidy, mCppcheck, Executor::mFiles, Executor::mFileSettings, Executor::mSettings, CppCheck::printTimerResults(), Settings::quiet, Executor::reportStatus(), Settings::showtime, SHOWTIME_SUMMARY, and SHOWTIME_TOP5_SUMMARY.
Referenced by CppCheckExecutor::check_internal().
 
 
◆ operator=()
◆ mCppcheck
The documentation for this class was generated from the following files: