io_helper.h
changeset 1 67188bd752db
equal deleted inserted replaced
-1:000000000000 0:f23c9e4c6140
       
     1 #ifndef IO_HELPER
       
     2 #define IO_HELPER
       
     3 
       
     4 #include "xml.h"
       
     5 #include "map_value.h"
       
     6 
       
     7 namespace lemon {
       
     8   void xml(XmlIo &x, MapValue::Type& v);
       
     9 };
       
    10 
       
    11 #endif