#include <XMLWriter.h>
Collaboration diagram for ot::XMLWriter:

Public Types | |
| typedef std::map< std::string, Node * > | DefDict |
Public Member Functions | |
| XMLWriter (Context &context_, unsigned int indent_=2) | |
| virtual | ~XMLWriter () |
| void | write (const char *file) |
| unsigned int | getIndent () |
| void | setIndent (unsigned int ind) |
Public Attributes | |
| DefDict | defnodes |
Protected Attributes | |
| Context & | context |
| the context to write out | |
| unsigned int | indent |
| amount of indentation per level | |
|
|
|
|
||||||||||||
|
constructor, takes a context to work with.
|
|
|
|
|
|
returns the current indentation step
|
|
|
sets the indentation step
|
|
|
writes the tracker graph and configuration to a file given as the parameter. It creates the file if necessary. If the file exists, it will be overwritten by the new configuration data.
|
|
|
the context to write out
|
|
|
|
|
|
amount of indentation per level
|
1.4.6