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++.
rx-subjects.hpp
Go to the documentation of this file.
1 // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
2 
3 #pragma once
4 
5 #if !defined(RXCPP_RX_SCHEDULER_SUBJECTS_HPP)
6 #define RXCPP_RX_SCHEDULER_SUBJECTS_HPP
7 
8 #include "rx-includes.hpp"
9 
10 namespace rxcpp {
11 
12 namespace subjects {
13 
14 }
15 namespace rxsub=subjects;
16 
17 }
18 
19 #include "subjects/rx-subject.hpp"
20 #include "subjects/rx-behavior.hpp"
23 
24 #endif
Definition: rx-all.hpp:26