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
Class List
Class Index
Class Hierarchy
Class Members
All
Functions
Variables
Typedefs
Enumerator
Related Functions
a
b
c
d
e
f
i
k
n
o
q
r
s
t
v
w
- a -
accumulator_type :
rxcpp::is_accumulate_function_for< T, Seed, Accumulator >
action_tag :
rxcpp::schedulers::action_base
argument_type :
rxcpp::filtered_hash< T, typename std::enable_if< std::is_convertible< T, std::chrono::duration< typename T::rep, typename T::period > >::value >::type >
,
rxcpp::filtered_hash< T, typename std::enable_if< std::is_convertible< T, std::chrono::time_point< typename T::clock, typename T::duration > >::value >::type >
- b -
base :
rxcpp::schedulers::virtual_time< Absolute, Relative >
- c -
clock_type :
rxcpp::schedulers::run_loop
,
rxcpp::schedulers::schedulable
,
rxcpp::schedulers::scheduler
,
rxcpp::schedulers::scheduler_base
,
rxcpp::schedulers::scheduler_interface
,
rxcpp::schedulers::test
,
rxcpp::schedulers::worker
,
rxcpp::schedulers::worker_interface
collection_store :
cpplinq::linq_select_many< Container1, Fn, Fn2 >::cursor
collection_store_ptr :
cpplinq::linq_select_many< Container1, Fn, Fn2 >::cursor
collection_store_type :
cpplinq::linq_select_many< Container1, Fn, Fn2 >::cursor
const_iterator :
cpplinq::group< Iter, Key >
coordination_tag :
rxcpp::coordination_base
coordinator_tag :
rxcpp::coordinator_base
coordinator_type :
rxcpp::identity_one_worker
,
rxcpp::observe_on_one_worker
,
rxcpp::serialize_one_worker
,
rxcpp::synchronize_in_one_worker
cursor :
cpplinq::dynamic_collection< T >
,
cpplinq::iter_cursor< Iterator >
,
cpplinq::linq_driver< Collection >
,
cpplinq::linq_skip< Collection >
,
cpplinq::linq_take< Collection >
cursor_category :
cpplinq::dynamic_cursor< T >
,
cpplinq::iter_cursor< Iterator >
,
cpplinq::linq_groupby< Collection, KeyFn, Compare >::cursor
,
cpplinq::linq_select< Collection, Selector >::cursor
,
cpplinq::linq_select_many< Container1, Fn, Fn2 >::cursor
,
cpplinq::linq_take_cursor< InnerCursor >
,
cpplinq::linq_where< Collection, Predicate >::cursor
- d -
dynamic_observable_tag :
rxcpp::dynamic_connectable_observable< T >
,
rxcpp::dynamic_grouped_observable< K, T >
,
rxcpp::dynamic_observable< T >
dynamic_observer_tag :
rxcpp::observer< T, void, void, void, void >
- e -
element_type :
cpplinq::dynamic_cursor< T >
,
cpplinq::iter_cursor< Iterator >
,
cpplinq::linq_groupby< Collection, KeyFn, Compare >::cursor
,
cpplinq::linq_select< Collection, Selector >::cursor
,
cpplinq::linq_select_many< Container1, Fn, Fn2 >::cursor
,
cpplinq::linq_take_cursor< InnerCursor >
,
cpplinq::linq_where< Collection, Predicate >::cursor
- f -
function_type :
rxcpp::is_operator_factory_for< Source, Function >
- i -
input_type :
rxcpp::coordinator< Input >
item_type :
rxcpp::schedulers::virtual_time< Absolute, Relative >
iterator :
cpplinq::container_range< Container >
,
cpplinq::group< Iter, Key >
,
cpplinq::linq_driver< Collection >
,
cpplinq::util::container_traits< Container >
,
cpplinq::util::container_traits< const Container >
iterator_category :
cpplinq::util::container_traits< Container >
- k -
key_type :
rxcpp::dynamic_grouped_observable< K, T >
,
rxcpp::grouped_observable< K, T, SourceOperator >
- n -
notification_type :
rxcpp::schedulers::test::messages< T >
- o -
observable_tag :
rxcpp::connectable_observable< T, SourceOperator >
,
rxcpp::grouped_observable< K, T, SourceOperator >
,
rxcpp::observable_base< T >
observable_type :
rxcpp::blocking_observable< T, Observable >
,
rxcpp::subjects::subject< T >
observer_tag :
rxcpp::observer_base< T >
observer_type :
rxcpp::notifications::notification< T >
on_completed_t :
rxcpp::observer< T, State, OnNext, OnError, OnCompleted >
on_error_t :
rxcpp::observer< T, State, OnNext, OnError, OnCompleted >
on_next_t :
rxcpp::observer< T, State, OnNext, OnError, OnCompleted >
operator_tag :
rxcpp::operators::operator_base< T >
- q -
queue_item_time :
rxcpp::schedulers::virtual_time< Absolute, Relative >
- r -
recorded_type :
rxcpp::schedulers::test::messages< T >
,
rxcpp::test::testable_observable< T >
,
rxcpp::test::testable_observer< T >
reference_type :
cpplinq::dynamic_cursor< T >
,
cpplinq::iter_cursor< Iterator >
,
cpplinq::linq_groupby< Collection, KeyFn, Compare >::cursor
,
cpplinq::linq_select< Collection, Selector >::cursor
,
cpplinq::linq_select_many< Container1, Fn, Fn2 >::cursor
,
cpplinq::linq_take_cursor< InnerCursor >
,
cpplinq::linq_where< Collection, Predicate >::cursor
resolved_type :
rxcpp::util::defer_seed_type< Deferred, AN >
,
rxcpp::util::defer_trait< Deferred, AN >
,
rxcpp::util::defer_type< Deferred, AN >
,
rxcpp::util::defer_value_type< Deferred, AN >
result_type :
rxcpp::filtered_hash< T, typename std::enable_if< std::is_convertible< T, std::chrono::duration< typename T::rep, typename T::period > >::value >::type >
,
rxcpp::filtered_hash< T, typename std::enable_if< std::is_convertible< T, std::chrono::time_point< typename T::clock, typename T::duration > >::value >::type >
- s -
schedulable_tag :
rxcpp::schedulers::schedulable_base
scheduler_tag :
rxcpp::schedulers::scheduler_base
seed_type :
rxcpp::is_accumulate_function_for< T, Seed, Accumulator >
source_operator_type :
rxcpp::observable< T, SourceOperator >
source_tag :
rxcpp::sources::source_base< T >
source_type :
rxcpp::is_operator_factory_for< Source, Function >
source_value_type :
rxcpp::is_accumulate_function_for< T, Seed, Accumulator >
state_t :
rxcpp::observer< T, State, OnNext, OnError, OnCompleted >
subscriber_tag :
rxcpp::subscriber_base< T >
subscriber_type :
rxcpp::schedulers::test::test_worker::start_traits< F >
,
rxcpp::subjects::subject< T >
subscription_tag :
rxcpp::subscription_base
subscription_type :
rxcpp::schedulers::test::messages< T >
- t -
this_type :
rxcpp::observer< T, State, OnNext, OnError, OnCompleted >
type :
cpplinq::util::identity< Type >
,
cpplinq::util::iter_to_cursor_category< Iter >
,
cpplinq::util::iter_to_cursor_category_< 1 >
,
cpplinq::util::iter_to_cursor_category_< 2 >
,
cpplinq::util::iter_to_cursor_category_< 3 >
,
cpplinq::util::iter_to_cursor_category_< 4 >
,
rxcpp::coordinator< Input >::get< T >
,
rxcpp::expand_observable_tags< rxu::types< ObservableN... >, rxu::types_checked_t< typename ObservableN::observable_tag... > >
,
rxcpp::is_operator_factory_for< Source, Function >
,
rxcpp::notifications::notification< T >
,
rxcpp::util::defer_seed_type< Deferred, AN >::tag_not_valid
,
rxcpp::util::defer_seed_type< Deferred, AN >::tag_valid< R >
,
rxcpp::util::defer_seed_type< Deferred, AN >
,
rxcpp::util::defer_type< Deferred, AN >::tag_not_valid
,
rxcpp::util::defer_type< Deferred, AN >::tag_valid< R >
,
rxcpp::util::defer_type< Deferred, AN >
,
rxcpp::util::defer_value_type< Deferred, AN >::tag_not_valid
,
rxcpp::util::defer_value_type< Deferred, AN >::tag_valid< R >
,
rxcpp::util::defer_value_type< Deferred, AN >
,
rxcpp::util::expand_value_types< types< TN... >, types_checked_t< typename std::decay< TN >::type::value_type... > >
,
rxcpp::util::resolve_type< D >
,
rxcpp::util::resolve_type< defer_seed_type< Deferred, AN... > >
,
rxcpp::util::resolve_type< defer_type< Deferred, AN... > >
,
rxcpp::util::resolve_type< defer_value_type< Deferred, AN... > >
,
rxcpp::util::types_checked_from< TN >
,
rxcpp::util::value_type_from< T, C >
,
rxcpp::util::value_type_from< T, typename types_checked_from< value_type_t< T > >::type >
,
rxcpp::util::values_from< T, Remaining, Step, Cursor, ValueN >
,
rxcpp::util::values_from< T, 0, Step, Cursor, ValueN... >
- v -
value_type :
cpplinq::iter_range< Iter >
,
cpplinq::util::container_traits< Container >
,
rxcpp::delayed_type< T, AN >
,
rxcpp::observable< T, SourceOperator >
,
rxcpp::observable_base< T >
,
rxcpp::observer_base< T >
,
rxcpp::operators::operator_base< T >
,
rxcpp::schedulers::test::test_worker::start_traits< F >
,
rxcpp::sources::source_base< T >
- w -
weak_state_type :
rxcpp::subscription
weak_subscription :
rxcpp::composite_subscription
,
rxcpp::resource< T >
,
rxcpp::schedulers::schedulable
,
rxcpp::schedulers::worker
,
rxcpp::subscriber< T, Observer >
worker_tag :
rxcpp::schedulers::worker_base
Generated on Wed Apr 26 2017 23:15:58 for RxCpp by
1.8.11