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

#include <rx-notification.hpp>

Public Member Functions

 recorded (long t, T v)
 
long time () const
 
const T & value () const
 

Constructor & Destructor Documentation

template<class T>
rxcpp::notifications::recorded< T >::recorded ( long  t,
v 
)
inline

Member Function Documentation

template<class T>
long rxcpp::notifications::recorded< T >::time ( ) const
inline
template<class T>
const T& rxcpp::notifications::recorded< T >::value ( ) const
inline

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