#include <Parameter.hpp>


Public Member Functions | |
| const Value | getValue () const throw () |
| void | setValue (const Value &inSource) throw () |
| virtual const Unit | getUnit () const throw () |
| virtual void | setUnit (const Unit &inSource) throw () |
Private Member Functions | |
| Parameter (const Parameter &source) throw () | |
| Parameter & | operator= (const Parameter &source) throw () |
Private Attributes | |
| Value | mValue |
| Unit | mUnit |
In EDIF, the Cell and Instance objects can have associated parameters. The parameters defined in a cell can be overridden during instanciation.
Definition at line 42 of file Parameter.hpp.
1.5.6