RelinkableHandle< T > Class Template Reference
Relinkable handle to an observable. More...
#include <ql/handle.hpp>
Inheritance diagram for RelinkableHandle< T >:

Detailed Description
template<class T>
class QuantLib::RelinkableHandle< T >
Relinkable handle to an observable.
An instance of this class can be relinked so that it points to another observable. The change will be propagated to all handles that were created as copies of such instance.
- Precondition:
- Class T must inherit from Observable