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