retdec-cpp
List of all members
retdec::Fileinfo Class Reference

Runner of analyses. More...

#include <fileinfo.h>

Inheritance diagram for retdec::Fileinfo:
retdec::Service

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< AnalysisrunAnalysis (const AnalysisArguments &args)
 Runs a new analysis with the given arguments. More...
 
- Public Member Functions inherited from retdec::Service
virtual ~Service ()=0
 Destructs the service. More...
 
 Service (const Service &)=delete
 
 Service (Service &&)=delete
 
Serviceoperator= (const Service &)=delete
 
Serviceoperator= (Service &&)=delete
 

Additional Inherited Members

- Protected Attributes inherited from retdec::Service
std::unique_ptr< internal::ServiceImpl > pimpl
 Private implementation. More...
 

Detailed Description

Runner of analyses.

Constructor & Destructor Documentation

retdec::Fileinfo::Fileinfo ( const Settings settings)

Constructs a fileinfo with the given settings.

Constructs a fileinfo with the given settings and connection manager.

retdec::Fileinfo::~Fileinfo ( )
overridevirtualdefault

Member Function Documentation

std::unique_ptr< Analysis > retdec::Fileinfo::runAnalysis ( const AnalysisArguments args)

Runs a new analysis with the given arguments.


The documentation for this class was generated from the following files: