Home
last modified time | relevance | path

Searched defs:ref_count_state_base (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-ref_count.hpp54 struct ref_count_state_base { struct
55 ref_count_state_base(connectable_type other, observable_type source) in ref_count_state_base() function
59 connectable_type connectable; // connects to this. subscribes to this if subscribable empty.
60 observable_type subscribable; // subscribes to this if non-empty.
63 void subscribe(Subscriber&& o) { in subscribe()
70 struct ref_count_state_base<connectable_type, void> { struct
71 explicit ref_count_state_base(connectable_type c) in ref_count_state_base() function
74 connectable_type connectable; // connects to this. subscribes to this if subscribable empty.
77 void subscribe(Subscriber&& o) { in subscribe()