Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
serialize.hpp File Reference
#include <boost/config.hpp>
#include <boost/flyweight/flyweight_fwd.hpp>
#include <boost/flyweight/detail/archive_constructed.hpp>
#include <boost/flyweight/detail/serialization_helper.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/throw_exception.hpp>
#include <memory>
Include dependency graph for serialize.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::serialization
 

Functions

template<class Archive , typename T , typename Arg1 , typename Arg2 , typename Arg3 >
void boost::serialization::serialize (Archive &ar,::boost::flyweights::flyweight< T, Arg1, Arg2, Arg3 > &f, const unsigned int version)
 
template<class Archive , typename T , typename Arg1 , typename Arg2 , typename Arg3 >
void boost::serialization::save (Archive &ar, const ::boost::flyweights::flyweight< T, Arg1, Arg2, Arg3 > &f, const unsigned int version)
 
template<class Archive , typename T , typename Arg1 , typename Arg2 , typename Arg3 >
void boost::serialization::load (Archive &ar,::boost::flyweights::flyweight< T, Arg1, Arg2, Arg3 > &f, const unsigned int version)