Do bulk replace of stl types.
This commit is contained in:
parent
521486be62
commit
c25a56ee19
531 changed files with 2274 additions and 2181 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "String.h"
|
||||
#include "Error.h"
|
||||
|
||||
class XmlDocument;
|
||||
class XmlElement;
|
||||
|
@ -10,5 +11,5 @@ class XmlWriter
|
|||
public:
|
||||
XmlWriter() = default;
|
||||
|
||||
std::string toString(XmlDocument* document);
|
||||
Status toString(XmlDocument* document, String& output);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue