QxOrm  1.4.9
C++ Object Relational Mapping library
QxSerializeQDataStream_boost_unordered_map.h File Reference

Provide a Qt QDataStream serialization method (save/load) for type boost::unordered_map<Key, Value> and boost::unordered_multimap<Key, Value> More...

#include <QtCore/qdatastream.h>

Go to the source code of this file.

Functions

template<typename Key , typename Value >
QDataStream & operator<< (QDataStream &stream, const boost::unordered_map< Key, Value > &t)
template<typename Key , typename Value >
QDataStream & operator>> (QDataStream &stream, boost::unordered_map< Key, Value > &t)
template<typename Key , typename Value >
QDataStream & operator<< (QDataStream &stream, const boost::unordered_multimap< Key, Value > &t)
template<typename Key , typename Value >
QDataStream & operator>> (QDataStream &stream, boost::unordered_multimap< Key, Value > &t)

Detailed Description

Provide a Qt QDataStream serialization method (save/load) for type boost::unordered_map<Key, Value> and boost::unordered_multimap<Key, Value>

Author:
Lionel Marty

Definition in file QxSerializeQDataStream_boost_unordered_map.h.


Function Documentation

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

Definition at line 50 of file QxSerializeQDataStream_boost_unordered_map.h.

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

Definition at line 84 of file QxSerializeQDataStream_boost_unordered_map.h.

template<typename Key , typename Value >
QDataStream& operator>> ( QDataStream &  stream,
boost::unordered_map< Key, Value > &  t 
)

Definition at line 66 of file QxSerializeQDataStream_boost_unordered_map.h.

template<typename Key , typename Value >
QDataStream& operator>> ( QDataStream &  stream,
boost::unordered_multimap< Key, Value > &  t 
)