41 #ifndef COMPLETE_BB_GRAPH_HPP 42 #define COMPLETE_BB_GRAPH_HPP
CompleteBBGraph(const application_managerRef AppM, const unsigned int function_index, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor.
RelationshipType
The relationship type.
This class contains the base representation for a generic frontend flow step which works on a single ...
Base class for step of design flow.
DesignFlowStep_Status InternalExec() override
Execute this step.
redefinition of set to manage ordered/unordered structures
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
This class contains the base representation for a generic frontend flow step.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
~CompleteBBGraph() override
Destructor.
const application_managerRef AppM
The application manager.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
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.