Handle (3) Linux Manual Page
QuantLib::Handle – Shared handle to an observable. Synopsis #include <ql/handle.hpp> Public Member Functions Handle (const boost::shared_ptr< T > &h=boost::shared_ptr< T >(), bool registerAsObserver=true) const boost::shared_ptr< T > & currentLink () const dereferencing const boost::shared_ptr< T > & operator-> () const const boost::shared_ptr< T > & operator* () const bool empty () const checks if the…
