Go to the documentation of this file.
10#include <QtCore/QBuffer>
30 bool serializeHeader =
true,
static CArchiveTag s_acfRootTag
Process tag used to group data in archive stream.
Simple implementation of archive for writing of XML given as a string.
virtual ~CXmlStringWriteArchive()
void EnsureArchiveClosed()
CXmlStringWriteArchive(const IVersionInfo *versionInfoPtr=nullptr, bool serializeHeader=true, const CArchiveTag &rootTag=s_acfRootTag)
virtual const QByteArray & GetString() const
Close the archive and get the created XML string.
virtual bool WriteString(const QByteArray &value)
CXmlWriteArchiveBase BaseClass
Base class for XML storing archives.
Provides access to version information.
Contains general persistence mechanism with basic archives implementations.
© Witold Gantzke and Kirill Lepskiy