QxOrm
1.5.0
C++ Object Relational Mapping library
|
Provide a Qt QDataStream serialization method (save/load) for type boost::shared_ptr<T> More...
#include <QtCore/qdatastream.h>
Go to the source code of this file.
Functions | |
template<typename T > | |
QDataStream & | operator<< (QDataStream &stream, const boost::shared_ptr< T > &t) |
template<typename T > | |
QDataStream & | operator>> (QDataStream &stream, boost::shared_ptr< T > &t) |
Provide a Qt QDataStream serialization method (save/load) for type boost::shared_ptr<T>
Definition in file QxSerializeQDataStream_boost_shared_ptr.h.
QDataStream& operator<< | ( | QDataStream & | stream, |
const boost::shared_ptr< T > & | t | ||
) |
Definition at line 50 of file QxSerializeQDataStream_boost_shared_ptr.h.
QDataStream& operator>> | ( | QDataStream & | stream, |
boost::shared_ptr< T > & | t | ||
) |
Definition at line 59 of file QxSerializeQDataStream_boost_shared_ptr.h.