lemon/bits/map_extender.h
branch1.1
changeset 755 40bbb450143e
parent 716 2f9d9bcc1867
child 761 f1398882a928
equal deleted inserted replaced
12:c1d62abd2784 13:19311523df9d
    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;