This class writes XML data to a string. More...
#include <utils.h>
Public Member Functions | |
const string | getData () const |
XMLOutputString () | |
XMLOutputString (const string &str) |
This class writes XML data to a string.
The generated output is stored internally in the class, and can be accessed by converting the XMLOutputString object to a string object. This class can consume a lot of memory if large sets of objects are being saved in this way.
Definition at line 2369 of file utils.h.
frepple::utils::XMLOutputString::XMLOutputString | ( | const string & | str | ) | [inline] |
frepple::utils::XMLOutputString::XMLOutputString | ( | ) | [inline] |
const string frepple::utils::XMLOutputString::getData | ( | ) | const [inline] |