COIN-OR::LEMON - Graph Library

source: glemon-0.x/io_helper.h @ 201:879e47e5b731

Last change on this file since 201:879e47e5b731 was 201:879e47e5b731, checked in by Akos Ladanyi, 16 years ago

Merge branches/akos to trunk.

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.