equal
deleted
inserted
replaced
227 allocator.deallocate(values, capacity); |
227 allocator.deallocate(values, capacity); |
228 capacity = 0; |
228 capacity = 0; |
229 } |
229 } |
230 } |
230 } |
231 |
231 |
|
232 const Graph* getGraph() { |
|
233 return graph; |
|
234 } |
|
235 |
232 // /// The stl compatible pair iterator of the map. |
236 // /// The stl compatible pair iterator of the map. |
233 // typedef MapIterator<ArrayMap> Iterator; |
237 // typedef MapIterator<ArrayMap> Iterator; |
234 // /// The stl compatible const pair iterator of the map. |
238 // /// The stl compatible const pair iterator of the map. |
235 // typedef MapConstIterator<ArrayMap> ConstIterator; |
239 // typedef MapConstIterator<ArrayMap> ConstIterator; |
236 |
240 |