io_helper.h
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Thu, 10 Jul 2008 18:53:00 +0100
changeset 4 244d8c60b997
permissions -rw-r--r--
Issue a custom error message when Lemon is not found.
     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