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.
hegyi@1
     1
#ifndef IO_HELPER
hegyi@1
     2
#define IO_HELPER
hegyi@1
     3
hegyi@1
     4
#include "xml.h"
hegyi@1
     5
#include "map_value.h"
hegyi@1
     6
hegyi@1
     7
namespace lemon {
hegyi@1
     8
  void xml(XmlIo &x, MapValue::Type& v);
hegyi@1
     9
};
hegyi@1
    10
hegyi@1
    11
#endif