retdec-cpp
|
Runner of decompilations. More...
#include <decompiler.h>
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< Decompilation > | runDecompilation (const DecompilationArguments &args) |
Runs a new decompilation 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 decompilations.
retdec::Decompiler::Decompiler | ( | const Settings & | settings | ) |
Constructs a decompiler with the given settings.
Constructs a decompiler with the given settings and connection manager.
|
overridevirtualdefault |
std::unique_ptr< Decompilation > retdec::Decompiler::runDecompilation | ( | const DecompilationArguments & | args | ) |
Runs a new decompilation with the given arguments.