#include <iostream>
#include "nedelements.h"
Go to the source code of this file.
Classes | |
class | NEDXMLGenerator |
Serializes a NED object tree in XML format. More... | |
Functions | |
NAMESPACE_BEGIN NEDXML_API void | generateXML (std::ostream &out, NEDElement *tree, bool srcloc, int indentsize=4) |
NEDXML_API std::string | generateXML (NEDElement *tree, bool srcloc, int indentsize=4) |