frepple::utils::XMLOutputString Class Reference
This class writes XML data to a string. More...
#include <utils.h>
Inheritance diagram for frepple::utils::XMLOutputString:

Public Member Functions | |
const string | getData () const |
XMLOutputString (const string &str) | |
XMLOutputString () |
Detailed Description
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.
- See also:
- XMLOutput
Constructor & Destructor Documentation
frepple::utils::XMLOutputString::XMLOutputString | ( | const string & | str | ) | [inline] |
frepple::utils::XMLOutputString::XMLOutputString | ( | ) | [inline] |
Member Function Documentation
const string frepple::utils::XMLOutputString::getData | ( | ) | const [inline] |
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
