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++.
Public Member Functions | List of all members
rxcpp::subjects::synchronize< T, Coordination > Class Template Reference

#include <rx-synchronize.hpp>

Public Member Functions

 synchronize (Coordination cn, composite_subscription cs=composite_subscription())
 
bool has_observers () const
 
subscriber< T > get_subscriber () const
 
observable< T > get_observable () const
 

Constructor & Destructor Documentation

template<class T , class Coordination >
rxcpp::subjects::synchronize< T, Coordination >::synchronize ( Coordination  cn,
composite_subscription  cs = composite_subscription() 
)
inlineexplicit

Member Function Documentation

template<class T , class Coordination >
observable<T> rxcpp::subjects::synchronize< T, Coordination >::get_observable ( ) const
inline
template<class T , class Coordination >
subscriber<T> rxcpp::subjects::synchronize< T, Coordination >::get_subscriber ( ) const
inline
template<class T , class Coordination >
bool rxcpp::subjects::synchronize< T, Coordination >::has_observers ( ) const
inline

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