1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>QuantLib: Observer Class Reference</title>
<link href='https://fonts.googleapis.com/css?family=Merriweather+Sans:800' rel='stylesheet' type='text/css'>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="quantlibextra.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="http://quantlib.org">
<img alt="QuantLib" src="QL-title.jpg"></a>
<div id="projectbrief">A free/open-source library for quantitative finance</div>
<div id="projectnumber">Reference manual - version 1.20</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_quant_lib.html">QuantLib</a></li><li class="navelem"><a class="el" href="class_quant_lib_1_1_observer.html">Observer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="class_quant_lib_1_1_observer-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Observer Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span><div class="ingroups"><a class="el" href="group__patterns.html">Design patterns</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>Object that gets notified when a given observable changes.
<a href="class_quant_lib_1_1_observer.html#details">More...</a></p>
<p><code>#include <ql/patterns/observable.hpp></code></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-0-trigger" src="closed.png" alt="+"/> Inheritance diagram for Observer:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="class_quant_lib_1_1_observer__inherit__graph.png" border="0" usemap="#a_observer_inherit__map" alt="Inheritance graph"/></div>
<map name="_observer_inherit__map" id="a_observer_inherit__map">
<area shape="rect" title="Object that gets notified when a given observable changes." alt="" coords="5,3721,80,3747"/>
<area shape="rect" href="class_quant_lib_1_1_bootstrap_helper.html" title=" " alt="" coords="167,5,366,47"/>
<area shape="rect" href="class_quant_lib_1_1_bootstrap_helper.html" title=" " alt="" coords="165,71,369,112"/>
<area shape="rect" href="class_quant_lib_1_1_bootstrap_helper.html" title=" " alt="" coords="167,136,367,177"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="174,201,359,243"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="169,267,364,323"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="167,347,366,403"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="173,428,361,469"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="169,494,365,550"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="181,574,353,630"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="181,654,352,710"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="176,734,357,790"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="167,814,366,870"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="147,894,386,950"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="157,974,377,1030"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="155,1055,379,1125"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="156,1149,377,1220"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="161,1244,372,1315"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="149,1339,384,1409"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="143,1433,391,1504"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="174,1528,359,1599"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="169,1623,364,1679"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="179,1703,354,1759"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="145,1783,388,1839"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="128,1863,405,1919"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="153,1943,380,1999"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="153,2023,380,2079"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="159,2103,375,2159"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="153,2183,380,2239"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="165,2263,368,2319"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="155,2343,378,2399"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="161,2423,372,2479"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="165,2504,369,2575"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="161,2599,373,2655"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="149,2679,385,2735"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="155,2759,379,2815"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="161,2839,373,2895"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="167,2919,367,2975"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="161,2999,372,3055"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="148,3079,385,3135"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="147,3159,386,3215"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="153,3239,380,3295"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="169,3319,365,3375"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="159,3399,374,3455"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="166,3479,367,3535"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="174,3560,359,3631"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="179,3655,354,3725"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="153,3750,380,3806"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="167,3830,366,3886"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="171,3911,362,3952"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="180,3977,353,4033"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="159,4057,374,4113"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="150,4137,383,4193"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="137,4217,396,4273"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="169,4297,364,4353"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="157,4377,377,4433"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="171,4457,362,4513"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="161,4537,372,4593"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="155,4617,378,4673"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="163,4697,370,4753"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="165,4777,368,4833"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="151,4857,383,4913"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="173,4937,361,5008"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="155,5033,378,5089"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title=" " alt="" coords="171,5113,362,5184"/>
<area shape="rect" href="class_quant_lib_1_1_latent_model.html" title=" " alt="" coords="171,5209,362,5235"/>
<area shape="rect" href="class_quant_lib_1_1_latent_model.html" title=" " alt="" coords="166,5260,367,5301"/>
<area shape="rect" href="class_quant_lib_1_1_base_correlation_loss_model.html" title=" " alt="" coords="165,5325,369,5367"/>
<area shape="rect" href="class_quant_lib_1_1_bootstrap_helper.html" title="Base helper class for bootstrapping." alt="" coords="188,5391,345,5418"/>
<area shape="rect" href="class_quant_lib_1_1_calibrated_model.html" title="Calibrated model class." alt="" coords="209,5442,325,5469"/>
<area shape="rect" href="class_quant_lib_1_1_claim.html" title="Claim associated to a default event." alt="" coords="239,5493,295,5519"/>
<area shape="rect" href="class_quant_lib_1_1_commodity_index.html" title="base class for commodity indexes" alt="" coords="206,5543,327,5570"/>
<area shape="rect" href="class_quant_lib_1_1_composite_quote.html" title="market element whose value depends on two other market element" alt="" coords="151,5594,382,5621"/>
<area shape="rect" href="class_quant_lib_1_1_constant_recovery_model.html" title=" " alt="" coords="183,5645,350,5671"/>
<area shape="rect" href="class_quant_lib_1_1_delta_vol_quote.html" title="Class for the quotation of delta vs vol." alt="" coords="213,5695,320,5722"/>
<area shape="rect" href="class_quant_lib_1_1_derived_quote.html" title="market quote whose value depends on another quote" alt="" coords="161,5746,372,5773"/>
<area shape="rect" href="class_quant_lib_1_1_floating_rate_coupon.html" title="base floating-rate coupon class" alt="" coords="196,5797,337,5823"/>
<area shape="rect" href="class_quant_lib_1_1_floating_rate_coupon_pricer.html" title="generic pricer for floating-rate coupons" alt="" coords="179,5847,354,5874"/>
<area shape="rect" href="class_quant_lib_1_1_forward_value_quote.html" title="quote for the forward value of an index" alt="" coords="199,5898,335,5925"/>
<area shape="rect" href="class_quant_lib_1_1_futures_conv_adjustment_quote.html" title="quote for the futures-convexity adjustment of an index" alt="" coords="167,5949,366,5975"/>
<area shape="rect" href="class_quant_lib_1_1_generic_engine.html" title="template base class for option pricing engines" alt="" coords="176,6000,357,6041"/>
<area shape="rect" href="class_quant_lib_1_1_indexed_cash_flow.html" title="Cash flow dependent on an index ratio." alt="" coords="203,6066,330,6093"/>
<area shape="rect" href="class_quant_lib_1_1_inflation_coupon.html" title="Base inflation-coupon class." alt="" coords="210,6117,323,6143"/>
<area shape="rect" href="class_quant_lib_1_1_inflation_coupon_pricer.html" title="Base inflation-coupon pricer." alt="" coords="193,6167,340,6194"/>
<area shape="rect" href="class_quant_lib_1_1_inflation_index.html" title="Base class for inflation-rate indexes,." alt="" coords="217,6218,317,6245"/>
<area shape="rect" href="class_quant_lib_1_1_interest_rate_index.html" title="base class for interest rate indexes" alt="" coords="203,6269,330,6295"/>
<area shape="rect" href="class_quant_lib_1_1_last_fixing_quote.html" title="Quote adapter for the last fixing available of a given Index." alt="" coords="208,6319,325,6346"/>
<area shape="rect" href="class_quant_lib_1_1_latent_model.html" title="Generic multifactor latent variable model." alt="" coords="177,6371,356,6412"/>
<area shape="rect" href="class_quant_lib_1_1_lazy_object.html" title="Framework for calculation on demand and result caching." alt="" coords="223,6437,311,6463"/>
<area shape="rect" href="class_quant_lib_1_1_random_default_model.html" title="Base class for random default models." alt="" coords="193,6487,341,6514"/>
<area shape="rect" href="class_quant_lib_1_1_smile_section.html" title="interest rate volatility smile section" alt="" coords="217,6538,316,6565"/>
<area shape="rect" href="class_quant_lib_1_1_stochastic_process.html" title="multi-dimensional stochastic process class." alt="" coords="201,6589,333,6615"/>
<area shape="rect" href="class_quant_lib_1_1_term_structure.html" title="Basic term-structure functionality." alt="" coords="215,6639,319,6666"/>
<area shape="rect" href="class_quant_lib_1_1_year_on_year_inflation_swap_helper.html" title="Year-on-year inflation-swap bootstrap helper." alt="" coords="455,13,663,39"/>
<area shape="rect" href="class_quant_lib_1_1_yo_y_optionlet_helper.html" title="Year-on-year inflation-volatility bootstrap helper." alt="" coords="491,78,627,105"/>
<area shape="rect" href="class_quant_lib_1_1_zero_coupon_inflation_swap_helper.html" title="Zero-coupon inflation-swap bootstrap helper." alt="" coords="453,143,664,170"/>
<area shape="rect" href="class_quant_lib_1_1_generic_model_engine.html" title=" " alt="" coords="457,194,660,250"/>
<area shape="rect" href="class_quant_lib_1_1_barrier_option_1_1engine.html" title="Barrier-option engine base class" alt="" coords="529,282,589,309"/>
<area shape="rect" href="class_quant_lib_1_1_basket_option_1_1engine.html" title="Basket-option engine base class" alt="" coords="529,362,589,389"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a78de5f2b6bce96d718e3c18b9f52d67c"><td class="memItemLeft" align="right" valign="top"><a id="a78de5f2b6bce96d718e3c18b9f52d67c"></a>
typedef boost::unordered_set< ext::shared_ptr< <a class="el" href="class_quant_lib_1_1_observable.html">Observable</a> > > </td><td class="memItemRight" valign="bottom"><b>set_type</b></td></tr>
<tr class="separator:a78de5f2b6bce96d718e3c18b9f52d67c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae98429250f6997df7b87f4b37454609e"><td class="memItemLeft" align="right" valign="top"><a id="ae98429250f6997df7b87f4b37454609e"></a>
typedef set_type::iterator </td><td class="memItemRight" valign="bottom"><b>iterator</b></td></tr>
<tr class="separator:ae98429250f6997df7b87f4b37454609e"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:af6a9d3ca0b7f388f3b7ccb1eccf11f63"><td class="memItemLeft" align="right" valign="top"><a id="af6a9d3ca0b7f388f3b7ccb1eccf11f63"></a>
 </td><td class="memItemRight" valign="bottom"><b>Observer</b> (const <a class="el" href="class_quant_lib_1_1_observer.html">Observer</a> &)</td></tr>
<tr class="separator:af6a9d3ca0b7f388f3b7ccb1eccf11f63"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6810b3645967da11d5f5d4804d37bacc"><td class="memItemLeft" align="right" valign="top"><a id="a6810b3645967da11d5f5d4804d37bacc"></a>
<a class="el" href="class_quant_lib_1_1_observer.html">Observer</a> & </td><td class="memItemRight" valign="bottom"><b>operator=</b> (const <a class="el" href="class_quant_lib_1_1_observer.html">Observer</a> &)</td></tr>
<tr class="separator:a6810b3645967da11d5f5d4804d37bacc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa6ade205ed506bf712da2704f80a73a0"><td class="memItemLeft" align="right" valign="top"><a id="aa6ade205ed506bf712da2704f80a73a0"></a>
std::pair< iterator, bool > </td><td class="memItemRight" valign="bottom"><b>registerWith</b> (const ext::shared_ptr< <a class="el" href="class_quant_lib_1_1_observable.html">Observable</a> > &)</td></tr>
<tr class="separator:aa6ade205ed506bf712da2704f80a73a0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a51d57eb97a3a57312a47bda29235f182"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_quant_lib_1_1_observer.html#a51d57eb97a3a57312a47bda29235f182">registerWithObservables</a> (const ext::shared_ptr< <a class="el" href="class_quant_lib_1_1_observer.html">Observer</a> > &)</td></tr>
<tr class="separator:a51d57eb97a3a57312a47bda29235f182"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4ce7359ad0f73a54dba555be24855804"><td class="memItemLeft" align="right" valign="top"><a id="a4ce7359ad0f73a54dba555be24855804"></a>
<a class="el" href="group__types.html#gaf38bdb4c54463b1f456655efa95b5c77">Size</a> </td><td class="memItemRight" valign="bottom"><b>unregisterWith</b> (const ext::shared_ptr< <a class="el" href="class_quant_lib_1_1_observable.html">Observable</a> > &)</td></tr>
<tr class="separator:a4ce7359ad0f73a54dba555be24855804"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c19cb502f3b720b99b176ea6cc7e319"><td class="memItemLeft" align="right" valign="top"><a id="a0c19cb502f3b720b99b176ea6cc7e319"></a>
void </td><td class="memItemRight" valign="bottom"><b>unregisterWithAll</b> ()</td></tr>
<tr class="separator:a0c19cb502f3b720b99b176ea6cc7e319"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a99b02345a8a15d3c5ea2844a2253f510"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_quant_lib_1_1_observer.html#a99b02345a8a15d3c5ea2844a2253f510">update</a> ()=0</td></tr>
<tr class="separator:a99b02345a8a15d3c5ea2844a2253f510"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3d53f9669c128dadc74a5d044a7c8e68"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_quant_lib_1_1_observer.html#a3d53f9669c128dadc74a5d044a7c8e68">deepUpdate</a> ()</td></tr>
<tr class="separator:a3d53f9669c128dadc74a5d044a7c8e68"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Object that gets notified when a given observable changes. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a id="a51d57eb97a3a57312a47bda29235f182"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a51d57eb97a3a57312a47bda29235f182">◆ </a></span>registerWithObservables()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void registerWithObservables </td>
<td>(</td>
<td class="paramtype">const ext::shared_ptr< <a class="el" href="class_quant_lib_1_1_observer.html">Observer</a> > & </td>
<td class="paramname"><em>o</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>register with all observables of a given observer. Note that this does not include registering with the observer itself. </p>
</div>
</div>
<a id="a99b02345a8a15d3c5ea2844a2253f510"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a99b02345a8a15d3c5ea2844a2253f510">◆ </a></span>update()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void update </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>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. </p>
<p>Implemented in <a class="el" href="class_quant_lib_1_1_yield_term_structure.html#ac5c54df7ed3b930268c8d7752c101725">YieldTermStructure</a>, <a class="el" href="class_quant_lib_1_1_zero_spreaded_term_structure.html#ac5c54df7ed3b930268c8d7752c101725">ZeroSpreadedTermStructure</a>, <a class="el" href="class_quant_lib_1_1_interpolated_piecewise_zero_spreaded_term_structure.html#ac5c54df7ed3b930268c8d7752c101725">InterpolatedPiecewiseZeroSpreadedTermStructure< Interpolator ></a>, <a class="el" href="class_quant_lib_1_1_piecewise_yield_curve.html#ac5c54df7ed3b930268c8d7752c101725">PiecewiseYieldCurve< Traits, Interpolator, Bootstrap ></a>, <a class="el" href="class_quant_lib_1_1_forward_spreaded_term_structure.html#ac5c54df7ed3b930268c8d7752c101725">ForwardSpreadedTermStructure</a>, <a class="el" href="class_quant_lib_1_1_flat_forward.html#ac5c54df7ed3b930268c8d7752c101725">FlatForward</a>, <a class="el" href="class_quant_lib_1_1_fitted_bond_discount_curve.html#ac5c54df7ed3b930268c8d7752c101725">FittedBondDiscountCurve</a>, <a class="el" href="class_quant_lib_1_1_cms_market.html#ac5c54df7ed3b930268c8d7752c101725">CmsMarket</a>, <a class="el" href="class_quant_lib_1_1_smile_section.html#acd36d7881ea8503d5c5824e7a5ad6c7e">SmileSection</a>, <a class="el" href="class_quant_lib_1_1_stripped_optionlet_adapter.html#ac5c54df7ed3b930268c8d7752c101725">StrippedOptionletAdapter</a>, <a class="el" href="class_quant_lib_1_1_cap_floor_term_vol_surface.html#ac5c54df7ed3b930268c8d7752c101725">CapFloorTermVolSurface</a>, <a class="el" href="class_quant_lib_1_1_cap_floor_term_vol_curve.html#ac5c54df7ed3b930268c8d7752c101725">CapFloorTermVolCurve</a>, <a class="el" href="class_quant_lib_1_1_piecewise_zero_inflation_curve.html#ac5c54df7ed3b930268c8d7752c101725">PiecewiseZeroInflationCurve< Interpolator, Bootstrap, Traits ></a>, <a class="el" href="class_quant_lib_1_1_piecewise_yo_y_inflation_curve.html#ac5c54df7ed3b930268c8d7752c101725">PiecewiseYoYInflationCurve< Interpolator, Bootstrap, Traits ></a>, <a class="el" href="class_quant_lib_1_1_default_probability_term_structure.html#ac5c54df7ed3b930268c8d7752c101725">DefaultProbabilityTermStructure</a>, <a class="el" href="class_quant_lib_1_1_piecewise_default_curve.html#ac5c54df7ed3b930268c8d7752c101725">PiecewiseDefaultCurve< Traits, Interpolator, Bootstrap ></a>, <a class="el" href="class_quant_lib_1_1_cds_helper.html#ac5c54df7ed3b930268c8d7752c101725">CdsHelper</a>, <a class="el" href="class_quant_lib_1_1_relative_date_bootstrap_helper.html#ac5c54df7ed3b930268c8d7752c101725">RelativeDateBootstrapHelper< TS ></a>, <a class="el" href="class_quant_lib_1_1_bootstrap_helper.html#ac5c54df7ed3b930268c8d7752c101725">BootstrapHelper< TS ></a>, <a class="el" href="class_quant_lib_1_1_bootstrap_helper.html#ac5c54df7ed3b930268c8d7752c101725">BootstrapHelper< YoYInflationTermStructure ></a>, <a class="el" href="class_quant_lib_1_1_bootstrap_helper.html#ac5c54df7ed3b930268c8d7752c101725">BootstrapHelper< ZeroInflationTermStructure ></a>, <a class="el" href="class_quant_lib_1_1_bootstrap_helper.html#ac5c54df7ed3b930268c8d7752c101725">BootstrapHelper< YoYOptionletVolatilitySurface ></a>, <a class="el" href="class_quant_lib_1_1_term_structure.html#ac5c54df7ed3b930268c8d7752c101725">TermStructure</a>, <a class="el" href="class_quant_lib_1_1_stochastic_process.html#ac5c54df7ed3b930268c8d7752c101725">StochasticProcess</a>, <a class="el" href="class_quant_lib_1_1_last_fixing_quote.html#ac5c54df7ed3b930268c8d7752c101725">LastFixingQuote</a>, <a class="el" href="class_quant_lib_1_1_futures_conv_adjustment_quote.html#ac5c54df7ed3b930268c8d7752c101725">FuturesConvAdjustmentQuote</a>, <a class="el" href="class_quant_lib_1_1_forward_value_quote.html#ac5c54df7ed3b930268c8d7752c101725">ForwardValueQuote</a>, <a class="el" href="class_quant_lib_1_1_forward_swap_quote.html#ac5c54df7ed3b930268c8d7752c101725">ForwardSwapQuote</a>, <a class="el" href="class_quant_lib_1_1_derived_quote.html#ac5c54df7ed3b930268c8d7752c101725">DerivedQuote< UnaryFunction ></a>, <a class="el" href="class_quant_lib_1_1_composite_quote.html#ac5c54df7ed3b930268c8d7752c101725">CompositeQuote< BinaryFunction ></a>, <a class="el" href="class_quant_lib_1_1_hybrid_heston_hull_white_process.html#ac5c54df7ed3b930268c8d7752c101725">HybridHestonHullWhiteProcess</a>, <a class="el" href="class_quant_lib_1_1_generalized_black_scholes_process.html#ac5c54df7ed3b930268c8d7752c101725">GeneralizedBlackScholesProcess</a>, <a class="el" href="class_quant_lib_1_1_fd_heston_hull_white_vanilla_engine.html#ac5c54df7ed3b930268c8d7752c101725">FdHestonHullWhiteVanillaEngine</a>, <a class="el" href="class_quant_lib_1_1_c_o_s_heston_engine.html#ac5c54df7ed3b930268c8d7752c101725">COSHestonEngine</a>, <a class="el" href="class_quant_lib_1_1_analytic_heston_hull_white_engine.html#ac5c54df7ed3b930268c8d7752c101725">AnalyticHestonHullWhiteEngine</a>, <a class="el" href="class_quant_lib_1_1_lattice_short_rate_model_engine.html#ac5c54df7ed3b930268c8d7752c101725">LatticeShortRateModelEngine< Arguments, Results ></a>, <a class="el" href="class_quant_lib_1_1_lattice_short_rate_model_engine.html#ac5c54df7ed3b930268c8d7752c101725">LatticeShortRateModelEngine< CapFloor::arguments, CapFloor::results ></a>, <a class="el" href="class_quant_lib_1_1_lattice_short_rate_model_engine.html#ac5c54df7ed3b930268c8d7752c101725">LatticeShortRateModelEngine< VanillaSwap::arguments, VanillaSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_lattice_short_rate_model_engine.html#ac5c54df7ed3b930268c8d7752c101725">LatticeShortRateModelEngine< Swaption::arguments, Swaption::results ></a>, <a class="el" href="class_quant_lib_1_1_lattice_short_rate_model_engine.html#ac5c54df7ed3b930268c8d7752c101725">LatticeShortRateModelEngine< CallableBond::arguments, CallableBond::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ArgumentsType, ResultsType ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< EnergyCommodity::arguments, EnergyCommodity::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< HolderExtensibleOption::arguments, HolderExtensibleOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< YearOnYearInflationSwap::arguments, YearOnYearInflationSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ForwardOptionArguments< VanillaOption::arguments >, VanillaOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CPISwap::arguments, CPISwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< VarianceSwap::arguments, VarianceSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< VanillaSwingOption::arguments, VanillaSwingOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< PagodaOption::arguments, PagodaOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< MargrabeOption::arguments, MargrabeOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< Arguments, Results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CreditDefaultSwap::arguments, CreditDefaultSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ContinuousFixedLookbackOption::arguments, ContinuousFixedLookbackOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CapFloor::arguments, CapFloor::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< IrregularSwap::arguments, IrregularSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< IrregularSwaption::arguments, IrregularSwaption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ContinuousPartialFloatingLookbackOption::arguments, ContinuousPartialFloatingLookbackOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< NonstandardSwap::arguments, NonstandardSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< VanillaStorageOption::arguments, VanillaStorageOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< TwoAssetCorrelationOption::arguments, TwoAssetCorrelationOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< EverestOption::arguments, EverestOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< HimalayaOption::arguments, HimalayaOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< SpreadOption::arguments, SpreadOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< MultiAssetOption::arguments, MultiAssetOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< SyntheticCDO::arguments, SyntheticCDO::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CdsOption::arguments, CdsOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CompoundOption::arguments, CompoundOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< NthToDefault::arguments, NthToDefault::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CliquetOption::arguments, CliquetOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< FloatFloatSwaption::arguments, FloatFloatSwaption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ContinuousFloatingLookbackOption::arguments, ContinuousFloatingLookbackOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< PartialTimeBarrierOption::arguments, PartialTimeBarrierOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< OneAssetOption::arguments, OneAssetOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< DividendBarrierOption::arguments, DividendBarrierOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ComplexChooserOption::arguments, ComplexChooserOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ContinuousAveragingAsianOption::arguments, ContinuousAveragingAsianOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< PathMultiAssetOption::arguments, PathMultiAssetOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< VanillaSwap::arguments, VanillaSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< BarrierOption::arguments, BarrierOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< VarianceOption::arguments, VarianceOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CatBond::arguments, CatBond::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ContinuousPartialFixedLookbackOption::arguments, ContinuousPartialFixedLookbackOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< VanillaVPPOption::arguments, VanillaVPPOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< FloatFloatSwap::arguments, FloatFloatSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ConvertibleBond::option::arguments, ConvertibleBond::option::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< Swaption::arguments, Swaption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< YoYInflationCapFloor::arguments, YoYInflationCapFloor::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CallableBond::arguments, CallableBond::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< WriterExtensibleOption::arguments, WriterExtensibleOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< DiscreteAveragingAsianOption::arguments, DiscreteAveragingAsianOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< VanillaOption::arguments, VanillaOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< TwoAssetBarrierOption::arguments, TwoAssetBarrierOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< Swap::arguments, Swap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< NonstandardSwaption::arguments, NonstandardSwaption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< Bond::arguments, Bond::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< ZeroCouponInflationSwap::arguments, ZeroCouponInflationSwap::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< Instr::arguments, QuantoOptionResults< Instr::results > ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< DividendVanillaOption::arguments, DividendVanillaOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< BasketOption::arguments, BasketOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< CPICapFloor::arguments, CPICapFloor::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< DoubleBarrierOption::arguments, DoubleBarrierOption::results ></a>, <a class="el" href="class_quant_lib_1_1_generic_engine.html#ac5c54df7ed3b930268c8d7752c101725">GenericEngine< SimpleChooserOption::arguments, SimpleChooserOption::results ></a>, <a class="el" href="class_quant_lib_1_1_lazy_object.html#ac5c54df7ed3b930268c8d7752c101725">LazyObject</a>, <a class="el" href="class_quant_lib_1_1_markov_functional.html#ac5c54df7ed3b930268c8d7752c101725">MarkovFunctional</a>, <a class="el" href="class_quant_lib_1_1_gsr.html#ac5c54df7ed3b930268c8d7752c101725">Gsr</a>, <a class="el" href="class_quant_lib_1_1_calibrated_model.html#ac5c54df7ed3b930268c8d7752c101725">CalibratedModel</a>, <a class="el" href="class_quant_lib_1_1_claim.html#ac5c54df7ed3b930268c8d7752c101725">Claim</a>, <a class="el" href="class_quant_lib_1_1_interest_rate_index.html#ac5c54df7ed3b930268c8d7752c101725">InterestRateIndex</a>, <a class="el" href="class_quant_lib_1_1_inflation_index.html#ac5c54df7ed3b930268c8d7752c101725">InflationIndex</a>, <a class="el" href="class_quant_lib_1_1_sabr_vol_surface.html#acd36d7881ea8503d5c5824e7a5ad6c7e">SabrVolSurface</a>, <a class="el" href="class_quant_lib_1_1_extended_black_variance_surface.html#ac5c54df7ed3b930268c8d7752c101725">ExtendedBlackVarianceSurface</a>, <a class="el" href="class_quant_lib_1_1_extended_black_variance_curve.html#ac5c54df7ed3b930268c8d7752c101725">ExtendedBlackVarianceCurve</a>, <a class="el" href="class_quant_lib_1_1_abcd_atm_vol_curve.html#ac5c54df7ed3b930268c8d7752c101725">AbcdAtmVolCurve</a>, <a class="el" href="class_quant_lib_1_1_latent_model.html#ac5c54df7ed3b930268c8d7752c101725">LatentModel< copulaPolicyImpl ></a>, <a class="el" href="class_quant_lib_1_1_latent_model.html#ac5c54df7ed3b930268c8d7752c101725">LatentModel< GaussianCopulaPolicy ></a>, <a class="el" href="class_quant_lib_1_1_latent_model.html#ac5c54df7ed3b930268c8d7752c101725">LatentModel< copulaPolicy ></a>, <a class="el" href="class_quant_lib_1_1_piecewise_yo_y_optionlet_volatility_curve.html#ac5c54df7ed3b930268c8d7752c101725">PiecewiseYoYOptionletVolatilityCurve< Interpolator, Bootstrap, Traits ></a>, <a class="el" href="class_quant_lib_1_1_delta_vol_quote.html#ac5c54df7ed3b930268c8d7752c101725">DeltaVolQuote</a>, <a class="el" href="class_quant_lib_1_1_constant_recovery_model.html#ac5c54df7ed3b930268c8d7752c101725">ConstantRecoveryModel</a>, <a class="el" href="class_quant_lib_1_1_random_default_model.html#ac5c54df7ed3b930268c8d7752c101725">RandomDefaultModel</a>, <a class="el" href="class_quant_lib_1_1_random_l_m.html#ac5c54df7ed3b930268c8d7752c101725">RandomLM< derivedRandomLM, copulaPolicy, USNG ></a>, <a class="el" href="class_quant_lib_1_1_gaussian_l_h_p_loss_model.html#ac5c54df7ed3b930268c8d7752c101725">GaussianLHPLossModel</a>, <a class="el" href="class_quant_lib_1_1_default_latent_model.html#ac5c54df7ed3b930268c8d7752c101725">DefaultLatentModel< copulaPolicy ></a>, <a class="el" href="class_quant_lib_1_1_basket.html#ac5c54df7ed3b930268c8d7752c101725">Basket</a>, <a class="el" href="class_quant_lib_1_1_base_correlation_term_structure.html#ac5c54df7ed3b930268c8d7752c101725">BaseCorrelationTermStructure< Interpolator2D_T ></a>, <a class="el" href="class_quant_lib_1_1_commodity_index.html#ac5c54df7ed3b930268c8d7752c101725">CommodityIndex</a>, <a class="el" href="class_quant_lib_1_1_inflation_coupon_pricer.html#acd36d7881ea8503d5c5824e7a5ad6c7e">InflationCouponPricer</a>, <a class="el" href="class_quant_lib_1_1_inflation_coupon.html#ac5c54df7ed3b930268c8d7752c101725">InflationCoupon</a>, <a class="el" href="class_quant_lib_1_1_indexed_cash_flow.html#ac5c54df7ed3b930268c8d7752c101725">IndexedCashFlow</a>, <a class="el" href="class_quant_lib_1_1_floating_rate_coupon.html#ac5c54df7ed3b930268c8d7752c101725">FloatingRateCoupon</a>, <a class="el" href="class_quant_lib_1_1_digital_coupon.html#ac5c54df7ed3b930268c8d7752c101725">DigitalCoupon</a>, <a class="el" href="class_quant_lib_1_1_floating_rate_coupon_pricer.html#ac5c54df7ed3b930268c8d7752c101725">FloatingRateCouponPricer</a>, <a class="el" href="class_quant_lib_1_1_capped_floored_yo_y_inflation_coupon.html#ac5c54df7ed3b930268c8d7752c101725">CappedFlooredYoYInflationCoupon</a>, and <a class="el" href="class_quant_lib_1_1_capped_floored_coupon.html#ac5c54df7ed3b930268c8d7752c101725">CappedFlooredCoupon</a>.</p>
</div>
</div>
<a id="a3d53f9669c128dadc74a5d044a7c8e68"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3d53f9669c128dadc74a5d044a7c8e68">◆ </a></span>deepUpdate()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void deepUpdate </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This method allows to explicitly update the instance itself and nested observers. If notifications are disabled a call to this method ensures an update of such nested observers. It should be implemented in derived classes whenever applicable </p>
<p>Reimplemented in <a class="el" href="class_quant_lib_1_1_stripped_optionlet_adapter.html#a3d53f9669c128dadc74a5d044a7c8e68">StrippedOptionletAdapter</a>, <a class="el" href="class_quant_lib_1_1_swap.html#a3d53f9669c128dadc74a5d044a7c8e68">Swap</a>, <a class="el" href="class_quant_lib_1_1_composite_instrument.html#a3d53f9669c128dadc74a5d044a7c8e68">CompositeInstrument</a>, <a class="el" href="class_quant_lib_1_1_cap_floor.html#a3d53f9669c128dadc74a5d044a7c8e68">CapFloor</a>, and <a class="el" href="class_quant_lib_1_1_bond.html#a3d53f9669c128dadc74a5d044a7c8e68">Bond</a>.</p>
</div>
</div>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.9.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="http://www.doxygen.org/index.html">Doxygen</a>
1.8.20
</small></address>
</body>
</html>
|