io_helper.h
author Peter Hegyi <hegyi@tmit.bme.hu>
Mon, 07 Jul 2008 08:10:39 -0500
changeset 1 67188bd752db
permissions -rw-r--r--
SVN revision 3500 made compilable with Lemon 1.0.
     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