src/lemon/array_map.h
changeset 1297 fde0d12545c1
parent 1267 a93f94dbe3d3
equal deleted inserted replaced
9:c057e9560c8f 10:b15ce13d95f5
   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