Changeset 817:3e30caeb9c00 in lemon-0.x for src/hugo
- Timestamp:
- 09/07/04 17:17:15 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1113
- Location:
- src/hugo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/array_map_factory.h
r799 r817 227 227 } 228 228 } 229 230 class iterator; 231 class const_iterator; 229 232 230 233 /** Compatible iterator with the stl maps' iterators. -
src/hugo/vector_map_factory.h
r804 r817 174 174 } 175 175 176 class iterator; 177 class const_iterator; 178 176 179 /** Compatible iterator with the stl maps' iterators. 177 180 * It iterates on pairs of a key and a value.
Note: See TracChangeset
for help on using the changeset viewer.