Searched refs:cursor_interface (Results 1 – 1 of 1) sorted by relevance
204 struct cursor_interface struct208 virtual cursor_interface* copy() const = 0;212 virtual ~cursor_interface() {} in ~cursor_interface() argument219 struct instance : cursor_interface<T>238 virtual cursor_interface<T>* copy() const in copy()244 std::unique_ptr<cursor_interface<T>> myCur;