QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/utility.hpp>
#include <QtCore/qhash.h>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::serialization |
Functions | |
template<class Archive , typename Key , typename Value > | |
void | boost::serialization::save (Archive &ar, const QHash< Key, Value > &t, const unsigned int file_version) |
template<class Archive , typename Key , typename Value > | |
void | boost::serialization::load (Archive &ar, QHash< Key, Value > &t, const unsigned int file_version) |
template<class Archive , typename Key , typename Value > | |
void | boost::serialization::serialize (Archive &ar, QHash< Key, Value > &t, const unsigned int file_version) |