41 #ifndef TO_DATA_FILE_STEP_FACTORY_HPP 42 #define TO_DATA_FILE_STEP_FACTORY_HPP 72 const std::string
GetPrefix()
const override;
generic device description
const ParameterConstRef parameters
The set of input parameters.
const DesignFlowStepRef CreateStep(const std::string &signature) const
Creates a step.
The base class for design step.
REF_FORWARD_DECL(DesignFlowStep)
Pure virtual base class for all the design flow step factory.
const std::string GetPrefix() const override
Return the prefix of the steps created by the factory.
ToDataFileStepFactory(const generic_deviceRef _device, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor.
Template definition of refcount.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
~ToDataFileStepFactory() override
Destructor.
const generic_deviceRef device