43 #ifndef DATAFLOW_CG_EXT_HPP 44 #define DATAFLOW_CG_EXT_HPP 62 #endif // DATAFLOW_CG_EXT_HPP DesignFlowStep_Status InternalExec() override
Execute the step.
RelationshipType
The relationship type.
This class contains the base representation for a generic frontend flow step which works on a single ...
bool HasToBeExecuted() const override
Check if this step has actually to be executed.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
const unsigned int function_id
The index of the function to be analyzed.
const application_managerRef AppM
The application manager.
const CustomUnorderedSet< std::pair< FrontendFlowStepType, FunctionRelationship > > ComputeFrontendRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Return the set of analyses in relationship with this design step.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
dataflow_cg_ext(const ParameterConstRef _parameters, const application_managerRef AppM, unsigned int function_id, const DesignFlowManagerConstRef design_flow_manager)