Base class for model arguments. More...
#include <ql/models/parameter.hpp>
 Inheritance diagram for Parameter:
 Inheritance diagram for Parameter:| Classes | |
| class | Impl | 
| Base class for model parameter implementation.  More... | |
| Public Member Functions | |
| const Array & | params () const | 
| void | setParam (Size i, Real x) | 
| bool | testParams (const Array ¶ms) const | 
| Size | size () const | 
| Real | operator() (Time t) const | 
| const boost::shared_ptr< Impl > & | implementation () const | 
| const Constraint & | constraint () const | 
| Protected Member Functions | |
| Parameter (Size size, const boost::shared_ptr< Impl > &impl, const Constraint &constraint) | |
| Protected Attributes | |
| boost::shared_ptr< Impl > | impl_ | 
| Array | params_ | 
| Constraint | constraint_ | 
Base class for model arguments.