lemon/bits/map_extender.h
changeset 718 703ebf476a1d
parent 617 4137ef9aacc6
child 802 994c7df296c9
equal deleted inserted replaced
7:968720842aa6 8:627f837cacd9
    47     typedef typename Parent::Key Key;
    47     typedef typename Parent::Key Key;
    48     typedef typename Parent::Value Value;
    48     typedef typename Parent::Value Value;
    49     typedef typename Parent::Reference Reference;
    49     typedef typename Parent::Reference Reference;
    50     typedef typename Parent::ConstReference ConstReference;
    50     typedef typename Parent::ConstReference ConstReference;
    51 
    51 
       
    52     typedef typename Parent::ReferenceMapTag ReferenceMapTag;
       
    53 
    52     class MapIt;
    54     class MapIt;
    53     class ConstMapIt;
    55     class ConstMapIt;
    54 
    56 
    55     friend class MapIt;
    57     friend class MapIt;
    56     friend class ConstMapIt;
    58     friend class ConstMapIt;
   189     typedef typename Parent::Key Key;
   191     typedef typename Parent::Key Key;
   190     typedef typename Parent::Value Value;
   192     typedef typename Parent::Value Value;
   191     typedef typename Parent::Reference Reference;
   193     typedef typename Parent::Reference Reference;
   192     typedef typename Parent::ConstReference ConstReference;
   194     typedef typename Parent::ConstReference ConstReference;
   193 
   195 
       
   196     typedef typename Parent::ReferenceMapTag ReferenceMapTag;
       
   197 
   194     class MapIt;
   198     class MapIt;
   195     class ConstMapIt;
   199     class ConstMapIt;
   196 
   200 
   197     friend class MapIt;
   201     friend class MapIt;
   198     friend class ConstMapIt;
   202     friend class ConstMapIt;