src/lemon/map_utils.h
changeset 1198 6f1604392dc8
parent 1164 80bb73097736
child 1199 19eae67d97d5
equal deleted inserted replaced
1:0c4d1c7469a9 2:2583987071d3
   216     const InverseMap inverse() const {
   216     const InverseMap inverse() const {
   217       return invMap;
   217       return invMap;
   218     }
   218     }
   219 
   219 
   220   private:
   220   private:
   221     vector<Item> invMap;
   221     std::vector<Item> invMap;
   222   };
   222   };
   223   
   223   
   224   /// Provides an immutable and unique id for each item in the graph.
   224   /// Provides an immutable and unique id for each item in the graph.
   225 
   225 
   226   /// The IdMap class provides an unique and immutable mapping for each item
   226   /// The IdMap class provides an unique and immutable mapping for each item