src/lemon/array_map.h
changeset 1271 40e5d0d44a65
parent 1267 a93f94dbe3d3
     1.1 --- a/src/lemon/array_map.h	Tue Mar 29 07:35:09 2005 +0000
     1.2 +++ b/src/lemon/array_map.h	Tue Mar 29 13:30:29 2005 +0000
     1.3 @@ -229,6 +229,10 @@
     1.4        }
     1.5      }
     1.6  
     1.7 +    const Graph* getGraph() {
     1.8 +      return graph;
     1.9 +    }
    1.10 +
    1.11  //     /// The stl compatible pair iterator of the map.
    1.12  //     typedef MapIterator<ArrayMap> Iterator;
    1.13  //     /// The stl compatible const pair iterator of the map.