Home
last modified time | relevance | path

Searched refs:cursor_interface (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_cursor.hpp204 struct cursor_interface struct
208 virtual cursor_interface* copy() const = 0;
212 virtual ~cursor_interface() {} in ~cursor_interface() argument
219 struct instance : cursor_interface<T>
238 virtual cursor_interface<T>* copy() const in copy()
244 std::unique_ptr<cursor_interface<T>> myCur;