lemon/bits/map_extender.h
changeset 1854 a68d4f93b1fb
parent 1810 474d093466a5
child 1875 98698b69a902
equal deleted inserted replaced
0:233dfdb0356f 1:2267b6c37308
    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;