Go to the documentation of this file.
32 #ifndef TTA_PIPELINE_ELEMENT_HH
33 #define TTA_PIPELINE_ELEMENT_HH
51 const std::string&
name()
const;
void setName(const std::string &name)
virtual ~PipelineElement()
const std::string & name() const
std::string name_
Name of the pipeline element.
FunctionUnit * parent_
The parent unit.
FunctionUnit * parentUnit() const
PipelineElement(const std::string &name, FunctionUnit &parentUnit)
bool operator()(const PipelineElement *pe1, const PipelineElement *pe2) const