io_helper.h
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Thu, 10 Jul 2008 20:38:53 +0100
changeset 5 390d05b2d25c
permissions -rw-r--r--
Upgrade gettext infrastructure.
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