|
Kitlist
A list manager for maintaining kit lists
|
Saves the Model in XML format to a file. More...
#include "xml_writer.hpp"
Static Public Member Functions | |
| static bool | save_file (const std::string &filename, const Model &model) |
| Saves the Model in XML format to the specified file. | |
Saves the Model in XML format to a file.
The file is an XML structured file described by kitlist.dtd which is included in the source distribution tarball.
Definition at line 37 of file xml_writer.hpp.
|
static |
Saves the Model in XML format to the specified file.
| filename | The full path to the file to save. |
| model | The data Model instance to save. |
Definition at line 29 of file xml_writer.cpp.