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

Runner of decompilations. More...

#include <decompiler.h>

Inheritance diagram for retdec::Decompiler:
retdec::Service

Public Member Functions

Construction and Destruction
 Decompiler (const Settings &settings)
 Constructs a decompiler with the given settings. More...
 
virtual ~Decompiler () override
 
Decompilations
std::unique_ptr< DecompilationrunDecompilation (const DecompilationArguments &args)
 Runs a new decompilation 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 decompilations.

Constructor & Destructor Documentation

retdec::Decompiler::Decompiler ( const Settings settings)

Constructs a decompiler with the given settings.

Constructs a decompiler with the given settings and connection manager.

retdec::Decompiler::~Decompiler ( )
overridevirtualdefault

Member Function Documentation

std::unique_ptr< Decompilation > retdec::Decompiler::runDecompilation ( const DecompilationArguments args)

Runs a new decompilation with the given arguments.


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