observable.hpp

Langue: en

Autres versions - même langue

Version: 374767 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

ql/patterns/observable.hpp -

observer/observable pattern

SYNOPSIS


#include <ql/errors.hpp>
#include <boost/shared_ptr.hpp>
#include <list>

Classes


class Observable
Object that notifies its changes to a set of observers.
class Observer
Object that gets notified when a given observable changes.

Detailed Description

observer/observable pattern

Author

Generated automatically by Doxygen for QuantLib from the source code.