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