io_helper.h
changeset 1 67188bd752db
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/io_helper.h	Mon Jul 07 08:10:39 2008 -0500
     1.3 @@ -0,0 +1,11 @@
     1.4 +#ifndef IO_HELPER
     1.5 +#define IO_HELPER
     1.6 +
     1.7 +#include "xml.h"
     1.8 +#include "map_value.h"
     1.9 +
    1.10 +namespace lemon {
    1.11 +  void xml(XmlIo &x, MapValue::Type& v);
    1.12 +};
    1.13 +
    1.14 +#endif