src/work/deba/pac_map_factory.h
changeset 1174 5dccf1916ed8
parent 595 e10b5e9419ef
equal deleted inserted replaced
0:94bc99acdd01 1:b5fbf3ce7ba2
     6 /**
     6 /**
     7 	Converter class to use the standard template
     7 	Converter class to use the standard template
     8 	libary's pair associative containers as a graph map.
     8 	libary's pair associative containers as a graph map.
     9 */
     9 */
    10 
    10 
    11 namespace hugo {
    11 namespace lemon {
    12 	
    12 	
    13 	template <typename G, typename K, typename KIt, template <typename, typename> class PAC>
    13 	template <typename G, typename K, typename KIt, template <typename, typename> class PAC>
    14 	class PacMapFactory {
    14 	class PacMapFactory {
    15 	
    15 	
    16 	
    16