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++.
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
Rx
v2
src
rxcpp
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
"
21
#include "
subjects/rx-replaysubject.hpp
"
22
#include "
subjects/rx-synchronize.hpp
"
23
24
#endif
rx-behavior.hpp
rxcpp
Definition:
rx-all.hpp:26
rx-synchronize.hpp
rx-replaysubject.hpp
rx-subject.hpp
rx-includes.hpp
Generated on Wed Apr 26 2017 23:15:55 for RxCpp by
1.8.11