io_helper.h
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Mon, 07 Jul 2008 15:20:43 +0100
changeset 3 2cc5ed6e6255
permissions -rw-r--r--
Use hg changeset hash instead of svn revision.
     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