Go to the documentation of this file.
45 class BaseNetlistBlock;
69 const TCEString& assignedAndDefaultValue);
void setValue(const TCEString &value)
const TCEString & type() const
TCEString package_
Package reference by name. If non-empty the value_ is treated as name of a constant.
TCEString name_
Name/identifier of the parameter.
const std::string & packageNameOfConstant() const
TCEString default_
Default value of the parameter if value_ is not set (empty).
TCEString type_
Type of the parameter.
bool valueIsSymbol() const
void setName(const TCEString &name)
bool valueIsConstant() const
const TCEString & name() const
const TCEString & value() const
void set(const TCEString &name, const TCEString &type, const TCEString &value)
void setType(const TCEString &type)
const TCEString & defaultValue() const
TCEString value_
Assigned value to the parameter as actual value or as reference to another parameter or name of a con...