|
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++.
|
#include "rx-includes.hpp"

Go to the source code of this file.
Classes | |
| class | rxcpp::notifications::subscription |
| struct | rxcpp::notifications::notification< T > |
| class | rxcpp::notifications::recorded< T > |
Namespaces | |
| rxcpp | |
| rxcpp::notifications | |
Macros | |
| #define | RXCPP_RX_NOTIFICATION_HPP |
Functions | |
| bool | rxcpp::notifications::operator== (subscription lhs, subscription rhs) |
| std::ostream & | rxcpp::notifications::operator<< (std::ostream &out, const subscription &s) |
| template<class T > | |
| bool | rxcpp::notifications::operator== (const std::shared_ptr< detail::notification_base< T >> &lhs, const std::shared_ptr< detail::notification_base< T >> &rhs) |
| template<class T > | |
| std::ostream & | rxcpp::notifications::operator<< (std::ostream &os, const std::shared_ptr< detail::notification_base< T >> &n) |
| template<class T > | |
| bool | rxcpp::notifications::operator== (recorded< T > lhs, recorded< T > rhs) |
| template<class T > | |
| std::ostream & | rxcpp::notifications::operator<< (std::ostream &out, const recorded< T > &r) |
| std::ostream & | operator<< (std::ostream &out, const std::vector< rxcpp::notifications::subscription > &vs) |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &out, const std::vector< rxcpp::notifications::recorded< T >> &vr) |
| #define RXCPP_RX_NOTIFICATION_HPP |
|
inline |
|
inline |
1.8.11