16 #ifndef TORC_GENERIC_PARAMETER_HPP
17 #define TORC_GENERIC_PARAMETER_HPP
20 #ifdef GENOM_SERIALIZATION
21 #include <boost/serialization/access.hpp>
22 #endif //GENOM_SERIALIZATION
40 #ifdef GENOM_SERIALIZATION
41 friend class boost::serialization::access;
42 #endif //GENOM_SERIALIZATION
54 #ifdef GENOM_SERIALIZATION
55 template <
class Archive>
void serialize(Archive& ar,
unsigned int);
56 #endif //GENOM_SERIALIZATION
78 #endif // TORC_GENERIC_PARAMETER_HPP
const Value getValue() const
void setValue(const Value &inSource)
Interface for objects that can be composed within each other.
virtual void setUnit(const Unit &inSource)
Represents a parameter object in EDIF.
virtual const Unit getUnit() const
Parameter & operator=(const Parameter &source)
An object that has a name.
Represents objects that can be renamed.
An object that receives an inoutVisitor.