src/hugo/array_map_factory.h
changeset 817 3e30caeb9c00
parent 799 3393abe30678
equal deleted inserted replaced
4:0da22869bbe6 5:bd834eb0da0e
   224 	  MapBase::destroy();
   224 	  MapBase::destroy();
   225 	  allocator.deallocate(values, capacity);
   225 	  allocator.deallocate(values, capacity);
   226 	  capacity = 0;
   226 	  capacity = 0;
   227 	}
   227 	}
   228       }
   228       }
       
   229 
       
   230       class iterator;
       
   231       class const_iterator;
   229 	
   232 	
   230       /** Compatible iterator with the stl maps' iterators.
   233       /** Compatible iterator with the stl maps' iterators.
   231        *  It iterates on pairs of a key and a value.
   234        *  It iterates on pairs of a key and a value.
   232        */
   235        */
   233       class iterator {
   236       class iterator {