QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <QxXmlReader.h>
Public Types | |
typedef std::shared_ptr < QByteArray > | type_byte_arr_ptr |
typedef QHash< QString, type_byte_arr_ptr > | type_hash_bin_data |
typedef QHashIterator< QString, type_byte_arr_ptr > | type_hash_bin_data_itr |
Public Member Functions | |
QxXmlReader () | |
QxXmlReader (const QString &data) | |
virtual | ~QxXmlReader () |
void | addBinaryData (const type_hash_bin_data &other, bool bClear) |
void | addBinaryData (const QString &sKey, type_byte_arr_ptr pData) |
void | removeBinaryData (const QString &sKey) |
void | removeAllBinaryData () |
bool | isStartBinaryData () const |
type_byte_arr_ptr | readBinaryData () |
Protected Attributes | |
type_hash_bin_data | m_mapBinaryData |
Definition at line 53 of file QxXmlReader.h.
typedef std::shared_ptr<QByteArray> qx::QxXmlReader::type_byte_arr_ptr |
Definition at line 58 of file QxXmlReader.h.
typedef QHash<QString, type_byte_arr_ptr> qx::QxXmlReader::type_hash_bin_data |
Definition at line 59 of file QxXmlReader.h.
typedef QHashIterator<QString, type_byte_arr_ptr> qx::QxXmlReader::type_hash_bin_data_itr |
Definition at line 60 of file QxXmlReader.h.
qx::QxXmlReader::QxXmlReader | ( | ) | [inline] |
Definition at line 68 of file QxXmlReader.h.
qx::QxXmlReader::QxXmlReader | ( | const QString & | data | ) | [inline] |
Definition at line 69 of file QxXmlReader.h.
virtual qx::QxXmlReader::~QxXmlReader | ( | ) | [inline, virtual] |
Definition at line 70 of file QxXmlReader.h.
void qx::QxXmlReader::addBinaryData | ( | const type_hash_bin_data & | other, |
bool | bClear | ||
) |
void qx::QxXmlReader::addBinaryData | ( | const QString & | sKey, |
type_byte_arr_ptr | pData | ||
) |
bool qx::QxXmlReader::isStartBinaryData | ( | ) | const |
type_byte_arr_ptr qx::QxXmlReader::readBinaryData | ( | ) |
void qx::QxXmlReader::removeAllBinaryData | ( | ) |
void qx::QxXmlReader::removeBinaryData | ( | const QString & | sKey | ) |
type_hash_bin_data qx::QxXmlReader::m_mapBinaryData [protected] |
Definition at line 64 of file QxXmlReader.h.