QxOrm  1.4.9
C++ Object Relational Mapping library
QxXmlWriter.h File Reference
#include <QtCore/qhash.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qdatastream.h>
#include <QtCore/QXmlStreamWriter>

Go to the source code of this file.

Classes

class  qx::QxXmlWriter

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


Defines

#define QX_XML_PREFIX_BINARY_DATA_KEY   "qx_binary_data_key_"
#define QX_XML_ATTRIBUTE_IS_BINARY_DATA   "qx_is_binary_data"

Functions

QX_DLL_EXPORT QDataStream & operator<< (QDataStream &stream, const qx::QxXmlWriter &xmlWriter)

Define Documentation

#define QX_XML_ATTRIBUTE_IS_BINARY_DATA   "qx_is_binary_data"

Definition at line 50 of file QxXmlWriter.h.

#define QX_XML_PREFIX_BINARY_DATA_KEY   "qx_binary_data_key_"

Definition at line 49 of file QxXmlWriter.h.


Function Documentation

QX_DLL_EXPORT QDataStream& operator<< ( QDataStream &  stream,
const qx::QxXmlWriter xmlWriter 
)