C++ Actor Framework 0.19
|
This is the complete list of members for caf::flow::observer< T >::impl, including all inherited members.
as_observer() noexcept (defined in caf::flow::observer< T >::impl) | caf::flow::observer< T >::impl | |
deref_coordinated() const noexcept=0 | caf::flow::coordinated | pure virtual |
input_type typedef (defined in caf::flow::observer< T >::impl) | caf::flow::observer< T >::impl | |
on_complete()=0 (defined in caf::flow::observer< T >::impl) | caf::flow::observer< T >::impl | pure virtual |
on_error(const error &what)=0 (defined in caf::flow::observer< T >::impl) | caf::flow::observer< T >::impl | pure virtual |
on_next(const T &item)=0 (defined in caf::flow::observer< T >::impl) | caf::flow::observer< T >::impl | pure virtual |
on_subscribe(subscription sub)=0 (defined in caf::flow::observer< T >::impl) | caf::flow::observer< T >::impl | pure virtual |
ref_coordinated() const noexcept=0 | caf::flow::coordinated | pure virtual |
~coordinated() (defined in caf::flow::coordinated) | caf::flow::coordinated | virtual |