observable (3) - Linux Manuals
observable: observer/observable pattern
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 observables.
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.