QxOrm
1.5.0
C++ Object Relational Mapping library
|
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) |
Provide a Qt QDataStream serialization method (save/load) for type boost::unordered_map<Key, Value> and boost::unordered_multimap<Key, Value>
Definition in file QxSerializeQDataStream_boost_unordered_map.h.
QDataStream& operator<< | ( | QDataStream & | stream, |
const boost::unordered_map< Key, Value > & | t | ||
) |
Definition at line 50 of file QxSerializeQDataStream_boost_unordered_map.h.
QDataStream& operator<< | ( | QDataStream & | stream, |
const boost::unordered_multimap< Key, Value > & | t | ||
) |
Definition at line 84 of file QxSerializeQDataStream_boost_unordered_map.h.
QDataStream& operator>> | ( | QDataStream & | stream, |
boost::unordered_map< Key, Value > & | t | ||
) |
Definition at line 66 of file QxSerializeQDataStream_boost_unordered_map.h.
QDataStream& operator>> | ( | QDataStream & | stream, |
boost::unordered_multimap< Key, Value > & | t | ||
) |
Definition at line 100 of file QxSerializeQDataStream_boost_unordered_map.h.