src/hugo/vector_map_factory.h
changeset 817 3e30caeb9c00
parent 804 6874a72dbdc5
equal deleted inserted replaced
5:d0cf8fc7d079 6:94914f44a894
   171        */
   171        */
   172       void clear() { 
   172       void clear() { 
   173 	container.clear();
   173 	container.clear();
   174       }
   174       }
   175 
   175 
       
   176       class iterator;
       
   177       class const_iterator;
       
   178 
   176       /** Compatible iterator with the stl maps' iterators.
   179       /** Compatible iterator with the stl maps' iterators.
   177        *  It iterates on pairs of a key and a value.
   180        *  It iterates on pairs of a key and a value.
   178        */
   181        */
   179       class iterator {
   182       class iterator {
   180 	friend class Map;
   183 	friend class Map;