QuantLib 0.3.3
User manual
Introduction to QuantLib
QuantLib components
Reference manual
|
Observer Class Reference#include <observable.hpp>
Inheritance diagram for Observer:
[legend]List of all members.
Detailed Description
Object that gets notified when a given observable changes.
Member Function Documentation
virtual void update |
( |
|
) |
[pure virtual] |
|
|
This method must be implemented in derived classes. An instance of Observer does not call this method directly: instead, it will be called by the observables the instance registered with when they need to notify any changes.
Implemented in BlackModel, IndexedCoupon, ParCoupon, Xibor, DerivedMarketElement, CompositeMarketElement, LazyObject, GenericModelEngine, LatticeShortRateModelEngine, Link, CalibrationHelper, Model, AffineTermStructure, DriftTermStructure, ExtendedDiscountCurve, ForwardSpreadedTermStructure, ImpliedTermStructure, QuantoTermStructure, RateHelper, ZeroSpreadedTermStructure, BlackConstantVol, BlackVarianceCurve, BlackVarianceSurface, ImpliedVolTermStructure, LocalConstantVol, LocalVolCurve, LocalVolSurface, GenericModelEngine< ShortRateModels::Model, Arguments, Results >, GenericModelEngine< BlackModel, Instruments::CapFloorArguments, Instruments::CapFloorResults >, GenericModelEngine< ShortRateModels::Model, Instruments::SwaptionArguments, Instruments::SwaptionResults >, GenericModelEngine< ShortRateModels::Model, Instruments::CapFloorArguments, Instruments::CapFloorResults >, GenericModelEngine< ShortRateModels::AffineModel, Instruments::CapFloorArguments, Instruments::CapFloorResults >, GenericModelEngine< ShortRateModels::OneFactorAffineModel, Instruments::SwaptionArguments, Instruments::SwaptionResults >, GenericModelEngine< BlackModel, Instruments::SwaptionArguments, Instruments::SwaptionResults >, LatticeShortRateModelEngine< Instruments::SwaptionArguments, Instruments::SwaptionResults >, LatticeShortRateModelEngine< Instruments::CapFloorArguments, Instruments::CapFloorResults >, Link< LocalVolTermStructure >, Link< MarketElement >, Link< BlackVolTermStructure >, and Link< TermStructure >. |
The documentation for this class was generated from the following file:
|