| changeset 784 | a48964a87141 | 
| parent 701 | c03e073b8394 | 
| child 921 | 818510fa3d99 | 
| 5:d4e514548966 | 6:b696baecc930 | 
|---|---|
89 * Returns the graph that the map belongs to.  | 
89 * Returns the graph that the map belongs to.  | 
90 */  | 
90 */  | 
91  | 
91  | 
92 const Graph* getGraph() const { return graph; }  | 
92 const Graph* getGraph() const { return graph; }  | 
93  | 
93  | 
94 private:  | 
94 protected:  | 
95  | 
95  | 
96 const Graph* graph;  | 
96 const Graph* graph;  | 
97 Registry* registry;  | 
97 Registry* registry;  | 
98  | 
98  | 
99 int registry_index;  | 
99 int registry_index;  | 
100  | 
100  | 
101 protected:  | 
101 protected:  |