![]() |
QxOrm 1.4.9
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.
|
inline |
Definition at line 68 of file QxXmlReader.h.
|
inline |
Definition at line 69 of file QxXmlReader.h.
|
inlinevirtual |
Definition at line 70 of file QxXmlReader.h.
| void qx::QxXmlReader::addBinaryData | ( | const QString & | sKey, |
| type_byte_arr_ptr | pData ) |
| void qx::QxXmlReader::addBinaryData | ( | const type_hash_bin_data & | other, |
| bool | bClear ) |
| bool qx::QxXmlReader::isStartBinaryData | ( | ) | const |
| type_byte_arr_ptr qx::QxXmlReader::readBinaryData | ( | ) |
| void qx::QxXmlReader::removeAllBinaryData | ( | ) |
| void qx::QxXmlReader::removeBinaryData | ( | const QString & | sKey | ) |
|
protected |
Definition at line 64 of file QxXmlReader.h.