PandA-2024.02
|
A set of design flow step. More...
#include <design_flow_step.hpp>
Public Member Functions | |
DesignFlowStepSorter () | |
Constructor. More... | |
bool | operator() (const DesignFlowStepRef x, const DesignFlowStepRef y) const |
Compare position of two vertices. More... | |
A set of design flow step.
Definition at line 69 of file design_flow_step.hpp.
DesignFlowStepSorter::DesignFlowStepSorter | ( | ) |
Constructor.
Referenced by DesignFlowStep::PrintFinalIR().
bool DesignFlowStepSorter::operator() | ( | const DesignFlowStepRef | x, |
const DesignFlowStepRef | y | ||
) | const |
Compare position of two vertices.
x | is the first step |
y | is the second step |
Referenced by DesignFlowStep::PrintFinalIR().