Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ functions
Functions
973 in github.com/AlexInLog/ReactivePlusPlus
⨍
Functions
973
◇
Types & classes
437
Function
main
* @example window_toggle.cpp **/
src/examples/rpp/doxygen/window_toggle.cpp:8
Function
main
* @example with_latest_from.cpp **/
src/examples/rpp/doxygen/with_latest_from.cpp:8
Function
main
* @example buffer.cpp **/
src/examples/rpp/doxygen/buffer.cpp:25
Function
main
* @example debounce.cpp **/
src/examples/rpp/doxygen/debounce.cpp:8
Function
main
src/examples/rpp/doxygen/thread_pool.cpp:9
Function
main
src/examples/rpp/doxygen/distinct_until_changed.cpp:9
Function
main
* @example group_by.cpp **/
src/examples/rpp/doxygen/group_by.cpp:8
Function
main
* @example repeat.cpp **/
src/examples/rpp/doxygen/repeat.cpp:9
Function
main
src/examples/rpp/doxygen/timeout.cpp:11
Function
main
src/examples/rpp/doxygen/retry_when.cpp:10
Function
main
* @example throttle.cpp **/
src/examples/rpp/doxygen/throttle.cpp:8
Function
main
src/examples/rpp/doxygen/reduce.cpp:10
Function
main
* @example merge.cpp **/
src/examples/rpp/doxygen/merge.cpp:8
Function
main
* @example take.cpp **/
src/examples/rpp/doxygen/take.cpp:8
Function
main
src/examples/rpp/doxygen/connect.cpp:11
Function
main
src/examples/rpp/doxygen/from.cpp:9
Function
main
src/examples/rpp/doxygen/map.cpp:9
Function
main
src/examples/rpp/doxygen/readme.cpp:58
Function
main
src/examples/rpp/doxygen/just.cpp:10
Function
main
* @example first.cpp **/
src/examples/rpp/doxygen/first.cpp:8
Function
main
* @example take_while.cpp **/
src/examples/rpp/doxygen/take_while.cpp:8
Function
main
* @example ref_count.cpp **/
src/examples/rpp/doxygen/ref_count.cpp:8
Function
main
src/examples/rpp/doxygen/create.cpp:9
Function
main
* @example observe_on.cpp **/
src/examples/rpp/doxygen/observe_on.cpp:10
Function
main
* @example switch_on_next.cpp **/
src/examples/rpp/doxygen/switch_on_next.cpp:8
Function
main
* @example start_with.cpp **/
src/examples/rpp/doxygen/start_with.cpp:8
Function
main
src/examples/rpp/basic/basic.cpp:6
Function
main
src/examples/rpp/linesfrombytes/linesfrombytes.cpp:10
Function
main
src/examples/rpp/sfml/snake/main.cpp:36
Function
main
src/examples/rppqt/doxygen/qt_readme.cpp:16
Function
main
src/examples/rppqt/doxygen/from_signal.cpp:13
Function
main
src/examples/rppqt/basic/basic_rppqt.cpp:11
Function
main
src/benchmarks/benchmarks.cpp:79
Method
make
src/rpp/rpp/disposables/disposable_wrapper.hpp:164
Function
make_concat_from_iterable
src/rpp/rpp/sources/concat.hpp:139
Function
make_from_iterable_observable
src/rpp/rpp/sources/from.hpp:131
Function
make_lambda_observer
src/rpp/rpp/observers/lambda_observer.hpp:51
Method
merge_disposable
src/rpp/rpp/operators/merge.hpp:30
Method
merge_observer_base_strategy
src/rpp/rpp/operators/merge.hpp:52
Method
merge_observer_strategy
src/rpp/rpp/operators/merge.hpp:115
Method
mock_observer_strategy
src/rpp/rpp/observers/mock_observer.hpp:25
Function
move_snake
src/examples/rpp/sfml/snake/snake.cpp:29
Function
never
src/rpp/rpp/sources/never.hpp:49
Method
now
src/rpp/rpp/schedulers/immediate.hpp:76
Method
now
src/rpp/rpp/schedulers/run_loop.hpp:123
Method
now
src/rpp/rpp/schedulers/test_scheduler.hpp:84
Method
now
src/rpp/rpp/schedulers/test_scheduler.hpp:100
Method
now
src/rpp/rpp/schedulers/new_thread.hpp:139
Method
now
src/rpp/rpp/schedulers/thread_pool.hpp:54
Method
now
src/rpp/rpp/schedulers/current_thread.hpp:185
Method
now
src/extensions/rppasio/rppasio/schedulers/strand.hpp:171
Method
now
src/extensions/rppqt/rppqt/schedulers/main_thread.hpp:53
Method
observable
src/rpp/rpp/observables/observable.hpp:47
Function
observable_with_disposable
src/tests/utils/disposable_observable.hpp:20
Method
observer
src/rpp/rpp/observers/observer.hpp:179
Method
observer
src/rpp/rpp/observers/observer.hpp:211
Method
observer
src/rpp/rpp/observers/observer.hpp:242
Method
observer_impl
src/rpp/rpp/observers/observer.hpp:33
Method
observer_vtable
src/rpp/rpp/observers/dynamic_observer.hpp:46
Method
on_completed
src/rpp/rpp/operators/retry.hpp:70
Method
on_completed
src/rpp/rpp/operators/retry_when.hpp:47
Method
on_completed
src/rpp/rpp/operators/last.hpp:36
Method
on_completed
src/rpp/rpp/operators/filter.hpp:39
Method
on_completed
src/rpp/rpp/operators/map.hpp:38
Method
on_completed
src/rpp/rpp/operators/timeout.hpp:96
Method
on_completed
src/rpp/rpp/operators/buffer.hpp:54
Method
on_completed
src/rpp/rpp/operators/take_last.hpp:55
Method
on_completed
src/rpp/rpp/operators/window_toggle.hpp:97
Method
on_completed
src/rpp/rpp/operators/window_toggle.hpp:138
Method
on_completed
src/rpp/rpp/operators/throttle.hpp:46
Method
on_completed
src/rpp/rpp/operators/tap.hpp:47
Method
on_completed
src/rpp/rpp/operators/scan.hpp:95
Method
on_completed
src/rpp/rpp/operators/repeat_when.hpp:40
Method
on_completed
src/rpp/rpp/operators/distinct_until_changed.hpp:43
Method
on_completed
src/rpp/rpp/operators/switch_on_next.hpp:78
Method
on_completed
src/rpp/rpp/operators/with_latest_from.hpp:118
Method
on_completed
src/rpp/rpp/operators/distinct.hpp:43
Method
on_completed
src/rpp/rpp/operators/group_by.hpp:54
Method
on_completed
src/rpp/rpp/operators/reduce.hpp:90
Method
on_completed
src/rpp/rpp/operators/concat.hpp:133
Method
on_completed
src/rpp/rpp/operators/skip.hpp:41
Method
on_completed
src/rpp/rpp/operators/on_error_resume_next.hpp:50
Method
on_completed
src/rpp/rpp/operators/debounce.hpp:139
Method
on_completed
src/rpp/rpp/operators/details/combining_strategy.hpp:72
Method
on_completed
src/rpp/rpp/operators/details/forwarding_subject.hpp:41
Method
on_completed
src/rpp/rpp/operators/details/repeating_strategy.hpp:76
Method
on_completed
* @brief Observable calls this method to notify observer about completion of emissions. * @invariant Obtaining of this call means no any furt
src/rpp/rpp/observers/observer.hpp:135
Method
on_completed
src/rpp/rpp/observers/fwd.hpp:87
Method
on_completed
src/rpp/rpp/observers/mock_observer.hpp:45
Method
on_completed
src/rpp/rpp/observers/dynamic_observer.hpp:107
Method
on_completed
src/rpp/rpp/subjects/behavior_subject.hpp:63
Method
on_completed
src/rpp/rpp/subjects/publish_subject.hpp:38
Method
on_completed
src/rpp/rpp/subjects/replay_subject.hpp:103
Method
on_error
src/rpp/rpp/operators/delay.hpp:66
Method
on_error
src/rpp/rpp/operators/retry_when.hpp:35
Method
on_error
src/rpp/rpp/operators/filter.hpp:37
Method
on_error
src/rpp/rpp/operators/take_until.hpp:53
Method
on_error
src/rpp/rpp/operators/map.hpp:36
Method
on_error
src/rpp/rpp/operators/timeout.hpp:58
Method
on_error
src/rpp/rpp/operators/buffer.hpp:52
← previous
next →
601–700 of 973, ranked by callers