XMLFile
Copyright (C) 2005 IENT-RWTH Aachen
XML file
Groups
| Constructors | |
XMLFile |
Builds an instance of the object |
Example
XMLFile fin("x.xml");
XMLTree xml;
fin >> xml; //load
...
XMLFile fout("y.xml");
fout << xml; // store

