io_helper.h
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 10 Oct 2008 13:36:20 +0100
changeset 7 f227a74db59d
permissions -rw-r--r--
Update to compile with the latest LEMON (version 1.0 or [5e12d7734036])
     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