lemon/bits/map_extender.h
changeset 580 2313edd0db0b
parent 440 88ed40ad0d4f
child 617 4137ef9aacc6
equal deleted inserted replaced
5:60ef10db3de3 6:c644c04c32ec
    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;