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::behavior< T > Class Template Reference

#include <rx-behavior.hpp>

Public Member Functions

 behavior (T f, composite_subscription cs=composite_subscription())
 
bool has_observers () const
 
get_value () const
 
subscriber< T > get_subscriber () const
 
observable< T > get_observable () const
 

Constructor & Destructor Documentation

template<class T>
rxcpp::subjects::behavior< T >::behavior ( f,
composite_subscription  cs = composite_subscription() 
)
inlineexplicit

Member Function Documentation

template<class T>
observable<T> rxcpp::subjects::behavior< T >::get_observable ( ) const
inline
template<class T>
subscriber<T> rxcpp::subjects::behavior< T >::get_subscriber ( ) const
inline
template<class T>
T rxcpp::subjects::behavior< T >::get_value ( ) const
inline
template<class T>
bool rxcpp::subjects::behavior< T >::has_observers ( ) const
inline

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