retdec
Namespaces | Typedefs
arithm_expr_evaluator_factory.h File Reference

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

#include <string>
#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::ArithmExprEvaluatorFactory = Singleton< Factory< ArithmExprEvaluator, std::string, ShPtr< ArithmExprEvaluator >(*)() > >
 Factory that creates instances of classes derived from ArithmExprEvaluator. More...
 

Detailed Description

Factory that creates instances of classes derived from ArithmExprEvaluator.