COIN-OR::LEMON - Graph Library

source: glemon/io_helper.h

Last change on this file was 1:67188bd752db, checked in by Peter Hegyi <hegyi@…>, 16 years ago

SVN revision 3500 made compilable with Lemon 1.0.

File size: 148 bytes
Line 
1#ifndef IO_HELPER
2#define IO_HELPER
3
4#include "xml.h"
5#include "map_value.h"
6
7namespace lemon {
8  void xml(XmlIo &x, MapValue::Type& v);
9};
10
11#endif
Note: See TracBrowser for help on using the repository browser.