serialize_unique_ptr.h File Reference
This header defines serialization functions for SSRC_UNIQUE_PTR, which may be std::auto_ptr or std::unique_ptr depending on the compilation environment. More...
#include <ssrc/wispers-packages.h>#include <memory>#include <boost/serialization/split_free.hpp>#include <boost/serialization/nvp.hpp>
Include dependency graph for serialize_unique_ptr.h:

Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::serialization |
Functions | |
| template<class Archive , class T > | |
| void | boost::serialization::save (Archive &ar, const SSRC_UNIQUE_PTR< T > &value, const unsigned int) |
| template<class Archive , class T > | |
| void | boost::serialization::load (Archive &ar, SSRC_UNIQUE_PTR< T > &value, const unsigned int) |
| template<class Archive , class T > | |
| void | boost::serialization::serialize (Archive &ar, SSRC_UNIQUE_PTR< T > &value, const unsigned int version) |
Detailed Description
This header defines serialization functions for SSRC_UNIQUE_PTR, which may be std::auto_ptr or std::unique_ptr depending on the compilation environment.
Definition in file serialize_unique_ptr.h.
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.