|
RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
|
Classes | |
| struct | notification |
| class | recorded |
| class | subscription |
Functions | |
| bool | operator== (subscription lhs, subscription rhs) |
| std::ostream & | operator<< (std::ostream &out, const subscription &s) |
| template<class T > | |
| bool | operator== (const std::shared_ptr< detail::notification_base< T >> &lhs, const std::shared_ptr< detail::notification_base< T >> &rhs) |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &os, const std::shared_ptr< detail::notification_base< T >> &n) |
| template<class T > | |
| bool | operator== (recorded< T > lhs, recorded< T > rhs) |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &out, const recorded< T > &r) |
|
inline |
| std::ostream& rxcpp::notifications::operator<< | ( | std::ostream & | os, |
| const std::shared_ptr< detail::notification_base< T >> & | n | ||
| ) |
| std::ostream& rxcpp::notifications::operator<< | ( | std::ostream & | out, |
| const recorded< T > & | r | ||
| ) |
|
inline |
| bool rxcpp::notifications::operator== | ( | const std::shared_ptr< detail::notification_base< T >> & | lhs, |
| const std::shared_ptr< detail::notification_base< T >> & | rhs | ||
| ) |
1.8.11