equal
deleted
inserted
replaced
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 { |