OMNeT++ NEDXML  6.0.3
xmlgenerator.h File Reference
#include <iostream>
#include "astnode.h"

Go to the source code of this file.

Classes

class  XMLGenerator
 Serializes an AST in XML format. More...
 

Namespaces

 omnetpp
 
 omnetpp::nedxml
 

Functions

NEDXML_API void generateXML (std::ostream &out, ASTNode *tree, bool srcloc, int indentsize=4)
 Simple front-end to XMLGenerator. More...
 
NEDXML_API std::string generateXML (ASTNode *tree, bool srcloc, int indentsize=4)
 Simple front-end to XMLGenerator. More...