ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::subjects::details::subject_state< T > Class Template Reference
Inheritance diagram for rpp::subjects::details::subject_state< T >:

Public Member Functions

 subject_state (const subject_state &)=delete
 
 subject_state (subject_state &&) noexcept=delete
 
void on_subscribe (const subscriber &subscriber)
 
void on_next (const T &v)
 
void on_error (const std::exception_ptr &err)
 
void on_completed ()
 
void on_unsubscribe ()
 

The documentation for this class was generated from the following file: