|
generator
1.2
|
It primarily defines XmlWriter class for writing the generated instances to the file. More...
#include <iostream>#include <map>#include <string>#include <vector>#include <utility>#include "Settings.h"#include "RoboticLine.h"
Include dependency graph for XmlWriter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Indent |
| Auxiliary structure corresponding to the tabulator in an xml file. More... | |
| class | XmlWriter |
| It writes problem instances to the xml file. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const Indent &indent) |
| It writes the white space to the output. It is an auxiliary method for XmlWriter class. More... | |
It primarily defines XmlWriter class for writing the generated instances to the file.
Definition in file XmlWriter.h.
| std::ostream& operator<< | ( | std::ostream & | out, |
| const Indent & | indent | ||
| ) |
It writes the white space to the output. It is an auxiliary method for XmlWriter class.
| out | Output stream to which the white space of the specified length is written. |
| indent | The length of the white space is represented by this structure. |
Definition at line 26 of file XmlWriter.cpp.
1.8.9.1