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 | Namespaces | Macros | Functions
rx-notification.hpp File Reference
#include "rx-includes.hpp"
Include dependency graph for rx-notification.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define RXCPP_RX_NOTIFICATION_HPP

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const std::vector< rxcpp::notifications::subscription > &  vs 
)
inline
template<class T >
std::ostream& operator<< ( std::ostream &  out,
const std::vector< rxcpp::notifications::recorded< T >> &  vr 
)
inline