Parameter Class Reference
#include <ql/ShortRateModels/parameter.hpp>
Inheritance diagram for Parameter:

Detailed Description
Base class for model arguments.
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< ParameterImpl > & | implementation () const |
Protected Member Functions | |
Parameter (Size size, const boost::shared_ptr< ParameterImpl > &impl, const Constraint &constraint) | |
Protected Attributes | |
Array | params_ |
Constraint | constraint_ |