Go to the documentation of this file. 1 #ifndef _XML_SERIALIZER_H_
2 #define _XML_SERIALIZER_H_
78 XMLType(
const std::string &s,
int myhardint ) :
str( s )
151 std::string filename;
158 XMLSerializer(
const char *filename,
const char *modificationname,
void *mythis );
159 void AddTag(
const std::string &tag );
161 void Write(
const char *modificationname =
"" );
163 void EndTag(
const std::string endname =
string(
"" ) );
170 this->filename = fil;