Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-subject.hpp47 struct completer_type struct in rxcpp::subjects::detail::multicast_observer
50 ~completer_type() in ~completer_type()
53completer_type(std::shared_ptr<state_type> s, const std::shared_ptr<completer_type>& old, observer… in completer_type() function
59 completer_type(std::shared_ptr<state_type> s, const std::shared_ptr<completer_type>& old) in completer_type() function
64 void retain(const std::shared_ptr<completer_type>& old) { in retain()
75 std::shared_ptr<state_type> state;
76 list_type observers;