![]() |
QxOrm
1.4.7
C++ Object Relational Mapping library
|
Provide a Qt QDataStream serialization method (save/load) for primitive types (long, etc...) More...
#include <QtCore/qdatastream.h>Go to the source code of this file.
Functions | |
| QX_DLL_EXPORT QDataStream & | operator<< (QDataStream &stream, const long &t) QX_USED |
| QX_DLL_EXPORT QDataStream & | operator>> (QDataStream &stream, long &t) QX_USED |
Provide a Qt QDataStream serialization method (save/load) for primitive types (long, etc...)
Definition in file QxSerializeQDataStream_primitive_type.h.
| QX_DLL_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
| const long & | t | ||
| ) |
| QX_DLL_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
| long & | t | ||
| ) |