Searched defs:iterator_category (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/util/ | ||
H A D | forward-pointer-iterator.h | 31 typedef std::forward_iterator_tag iterator_category; typedef in class:Inkscape::Util::ForwardPointerIterator |
H A D | list.h | 56 typedef std::forward_iterator_tag iterator_category; typedef in class:Inkscape::Util::List 153 typedef std::forward_iterator_tag iterator_category; typedef in class:Inkscape::Util::List |
/inkscape/src/2geom/ | ||
H A D | circulator.h | 44 typedef std::random_access_iterator_tag iterator_category; typedef in class:Geom::Circulator 55 match_random_access(iterator_category(first)); 112 void match_random_access(iterator_category) {} |
Completed in 15 milliseconds