Searched refs:const_point_ptr (Results 1 – 3 of 3) sorted by relevance
437 void set_next(const_point_ptr<T>& node, const const_point_ptr<T>& next_node) { in set_next()442 point_ptr<T> get_next(const_point_ptr<T>& node) { in get_next()447 point_ptr<T> get_prev(const_point_ptr<T>& node) { in get_prev()452 void set_prev(const_point_ptr<T>& node, const const_point_ptr<T>& prev_node) { in set_prev()457 void init(const_point_ptr<T>& node) { in init()
20 using const_point_ptr = point<T>* const; typedef
387 bool first_is_bottom_point(const_point_ptr<T> btmPt1, const_point_ptr<T> btmPt2) { in first_is_bottom_point()