retdec
Namespaces | Typedefs
hll_writer_factory.h File Reference

Factory that creates instances of classes derived from HLLWriter. More...

#include <string>
#include <llvm/Support/raw_ostream.h>
#include "retdec/llvmir2hll/support/factory.h"
#include "retdec/llvmir2hll/support/singleton.h"
#include "retdec/llvmir2hll/support/smart_ptr.h"

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Typedefs

using retdec::llvmir2hll::HLLWriterFactory = Singleton< Factory< HLLWriter, std::string, ShPtr< HLLWriter >(*)(llvm::raw_ostream &, const std::string &) > >
 Factory that creates instances of classes derived from HLLWriter. More...
 

Detailed Description

Factory that creates instances of classes derived from HLLWriter.

The implementation is using the Object factory and Singleton design patterns.