src/hugo/map_registry.h
changeset 822 88226d9fe821
parent 786 d7b3b13b9df6
child 891 74589d20dbc3
equal deleted inserted replaced
3:abdd3287f807 4:6cbbb34d6001
    26   public:
    26   public:
    27     typedef G Graph;
    27     typedef G Graph;
    28     typedef K KeyType;
    28     typedef K KeyType;
    29     typedef KIt KeyIt;
    29     typedef KIt KeyIt;
    30 	
    30 	
    31 
       
    32 
       
    33     /**
    31     /**
    34      * MapBase is the base class of the registered maps.
    32      * MapBase is the base class of the registered maps.
    35      * It defines the core modification operations on the maps and
    33      * It defines the core modification operations on the maps and
    36      * implements some helper functions. 
    34      * implements some helper functions. 
    37      */
    35      */