1 #line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.10-windows/ufe/include/observer.h" 36 typedef std::shared_ptr<Observer>
Ptr;
43 virtual void operator()(
const Notification& notification);
Observer pattern Observer class.
std::shared_ptr< Observer > Ptr
Definition of macros for symbol visibility.
Base class for all notifications.
std::weak_ptr< Observer > WeakPtr