Searched defs:notification_base (Results 1 – 1 of 1) sorted by relevance
46 struct notification_base struct49 typedef subscriber<T> observer_type;50 typedef std::shared_ptr<notification_base<T>> type;52 virtual ~notification_base() {} in ~notification_base()