generator  1.2
Classes | Functions
XmlWriter.h File Reference

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...
 

Detailed Description

It primarily defines XmlWriter class for writing the generated instances to the file.

Author
Libor Bukata

Definition in file XmlWriter.h.

Function Documentation

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.

Parameters
outOutput stream to which the white space of the specified length is written.
indentThe length of the white space is represented by this structure.

Definition at line 26 of file XmlWriter.cpp.