Searched defs:custom_iterator (Results 1 – 3 of 3) sorted by relevance
70 struct custom_iterator : public boost::iterator_facade struct84 explicit custom_iterator(MyPolygon& polygon) in custom_iterator() function90 explicit custom_iterator(bool, MyPolygon& polygon) in custom_iterator() argument97 explicit custom_iterator() in custom_iterator() function115 custom_iterator<MyPolygon>, argument124 bool equal(custom_iterator const& other) const in equal() argument128 typename facade::difference_type distance_to(custom_iterator const& other) const in distance_to() argument133 void advance(typename facade::difference_type n) in advance()145 void increment() in increment()172 typedef custom_iterator<my_polygon> type; argument
148 typedef std::vector<int>::const_iterator custom_iterator; // named "exotic" on purpose typedef
68 typedef std::vector<int>::const_iterator custom_iterator; // named "exotic" on purpose typedef