Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/example/
Dc08_custom_non_std_example.cpp70 struct custom_iterator : public boost::iterator_facade struct
84 explicit custom_iterator(MyPolygon& polygon) in custom_iterator() function
90 explicit custom_iterator(bool, MyPolygon& polygon) in custom_iterator() argument
97 explicit custom_iterator() in custom_iterator() function
115 custom_iterator<MyPolygon>, argument
124 bool equal(custom_iterator const& other) const in equal() argument
128 typename facade::difference_type distance_to(custom_iterator const& other) const in distance_to() argument
133 void advance(typename facade::difference_type n) in advance()
145 void increment() in increment()
172 typedef custom_iterator<my_polygon> type; argument
/third_party/boost/libs/test/test/writing-test-ts/
Dcollection-comparison-test.cpp148 typedef std::vector<int>::const_iterator custom_iterator; // named "exotic" on purpose typedef
Dassertion-construction-test.cpp68 typedef std::vector<int>::const_iterator custom_iterator; // named "exotic" on purpose typedef