QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
QxSerialize_QScopedPointer.h File Reference
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/nvp.hpp>
#include <QtCore/qscopedpointer.h>

Go to the source code of this file.

Namespaces

namespace  boost
 
namespace  boost::serialization
 

Functions

template<class Archive , typename T >
void boost::serialization::save (Archive &ar, const QScopedPointer< T > &t, const unsigned int file_version)
 
template<class Archive , typename T >
void boost::serialization::load (Archive &ar, QScopedPointer< T > &t, const unsigned int file_version)
 
template<class Archive , typename T >
void boost::serialization::serialize (Archive &ar, QScopedPointer< T > &t, const unsigned int file_version)