QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

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
 

Detailed Description

Provide a Qt QDataStream serialization method (save/load) for primitive types (long, etc...)

Author
Lionel Marty

Definition in file QxSerializeQDataStream_primitive_type.h.

Function Documentation

◆ operator<<()

QX_DLL_EXPORT QDataStream & operator<< ( QDataStream & stream,
const long & t )

◆ operator>>()

QX_DLL_EXPORT QDataStream & operator>> ( QDataStream & stream,
long & t )