![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
Provide a Qt QDataStream serialization method (save/load) for type std::list<T> More...
#include <QtCore/qdatastream.h>#include <list>Go to the source code of this file.
Functions | |
| template<typename T > | |
| QDataStream & | operator<< (QDataStream &stream, const std::list< T > &t) |
| template<typename T > | |
| QDataStream & | operator>> (QDataStream &stream, std::list< T > &t) |
Provide a Qt QDataStream serialization method (save/load) for type std::list<T>
Definition in file QxSerializeQDataStream_std_list.h.
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const std::list< T > & | t ) |
Definition at line 51 of file QxSerializeQDataStream_std_list.h.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| std::list< T > & | t ) |
Definition at line 62 of file QxSerializeQDataStream_std_list.h.