retdec
|
Factory that creates instances of classes derived from VarRenamer. More...
#include "retdec/llvmir2hll/support/factory.h"
#include "retdec/llvmir2hll/support/singleton.h"
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/var_name_gen/var_name_gen.h"
#include "retdec/llvmir2hll/var_renamer/var_renamer.h"
Go to the source code of this file.
Namespaces | |
retdec | |
retdec::llvmir2hll | |
Typedefs | |
using | retdec::llvmir2hll::VarRenamerFactory = Singleton< Factory< VarRenamer, std::string, ShPtr< VarRenamer >(*)(ShPtr< VarNameGen >, bool) > > |
Factory that creates instances of classes derived from VarRenamer. More... | |
Factory that creates instances of classes derived from VarRenamer.
The implementation is using the Object factory and Singleton design patterns.