Home
last modified time | relevance | path

Searched defs:notification_base (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-notification.hpp46 struct notification_base struct
49 typedef subscriber<T> observer_type;
50 typedef std::shared_ptr<notification_base<T>> type;
52 virtual ~notification_base() {} in ~notification_base()