equal
deleted
inserted
replaced
45 typedef typename Parent::Graph Graph; |
45 typedef typename Parent::Graph Graph; |
46 typedef typename Parent::Key Item; |
46 typedef typename Parent::Key Item; |
47 |
47 |
48 typedef typename Parent::Key Key; |
48 typedef typename Parent::Key Key; |
49 typedef typename Parent::Value Value; |
49 typedef typename Parent::Value Value; |
|
50 typedef typename Parent::Reference Reference; |
|
51 typedef typename Parent::ConstReference ConstReference; |
50 |
52 |
51 class MapIt; |
53 class MapIt; |
52 class ConstMapIt; |
54 class ConstMapIt; |
53 |
55 |
54 friend class MapIt; |
56 friend class MapIt; |
185 |
187 |
186 typedef typename Parent::Key Item; |
188 typedef typename Parent::Key Item; |
187 |
189 |
188 typedef typename Parent::Key Key; |
190 typedef typename Parent::Key Key; |
189 typedef typename Parent::Value Value; |
191 typedef typename Parent::Value Value; |
|
192 typedef typename Parent::Reference Reference; |
|
193 typedef typename Parent::ConstReference ConstReference; |
190 |
194 |
191 class MapIt; |
195 class MapIt; |
192 class ConstMapIt; |
196 class ConstMapIt; |
193 |
197 |
194 friend class MapIt; |
198 friend class MapIt; |