retdec-cpp
|
Runner of analyses. More...
#include <fileinfo.h>
Public Member Functions | |
Construction and Destruction | |
Fileinfo (const Settings &settings) | |
Constructs a fileinfo with the given settings. More... | |
virtual | ~Fileinfo () override |
Analyses | |
std::unique_ptr< Analysis > | runAnalysis (const AnalysisArguments &args) |
Runs a new analysis with the given arguments. More... | |
![]() | |
virtual | ~Service ()=0 |
Destructs the service. More... | |
Service (const Service &)=delete | |
Service (Service &&)=delete | |
Service & | operator= (const Service &)=delete |
Service & | operator= (Service &&)=delete |
Additional Inherited Members | |
![]() | |
std::unique_ptr< internal::ServiceImpl > | pimpl |
Private implementation. More... | |
Runner of analyses.
retdec::Fileinfo::Fileinfo | ( | const Settings & | settings | ) |
Constructs a fileinfo with the given settings.
Constructs a fileinfo with the given settings and connection manager.
|
overridevirtualdefault |
std::unique_ptr< Analysis > retdec::Fileinfo::runAnalysis | ( | const AnalysisArguments & | args | ) |
Runs a new analysis with the given arguments.