equal
deleted
inserted
replaced
32 |
32 |
33 typedef _Map Parent; |
33 typedef _Map Parent; |
34 typedef IterableMapExtender Map; |
34 typedef IterableMapExtender Map; |
35 |
35 |
36 |
36 |
37 typedef typename Map::Graph Graph; |
37 typedef typename Parent::Graph Graph; |
38 typedef typename Map::Key Item; |
38 typedef typename Parent::Key Item; |
39 |
39 |
40 typedef typename Map::Key Key; |
40 typedef typename Parent::Key Key; |
41 typedef typename Map::Value Value; |
41 typedef typename Parent::Value Value; |
42 |
42 |
43 class MapIt; |
43 class MapIt; |
44 class ConstMapIt; |
44 class ConstMapIt; |
45 |
45 |
46 friend class MapIt; |
46 friend class MapIt; |