QxOrm  1.4.9
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)

Detailed Description

Provide a Qt QDataStream serialization method (save/load) for type std::map<Key, Value>

Author:
Lionel Marty

Definition in file QxSerializeQDataStream_std_map.h.


Function Documentation

template<typename Key , typename Value >
QDataStream& operator<< ( QDataStream &  stream,
const std::map< Key, Value > &  t 
)

Definition at line 51 of file QxSerializeQDataStream_std_map.h.

template<typename Key , typename Value >
QDataStream& operator>> ( QDataStream &  stream,
std::map< Key, Value > &  t 
)

Definition at line 67 of file QxSerializeQDataStream_std_map.h.