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