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 Types | List of all members
rxcpp::subscriber_base< T > Struct Template Reference

#include <rx-subscriber.hpp>

Inheritance diagram for rxcpp::subscriber_base< T >:
Inheritance graph
[legend]
Collaboration diagram for rxcpp::subscriber_base< T >:
Collaboration graph
[legend]

Public Types

typedef tag_subscriber subscriber_tag
 
- Public Types inherited from rxcpp::observer_base< T >
typedef T value_type
 
typedef tag_observer observer_tag
 
- Public Types inherited from rxcpp::subscription_base
typedef tag_subscription subscription_tag
 

Member Typedef Documentation

template<class T >
typedef tag_subscriber rxcpp::subscriber_base< T >::subscriber_tag

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