#include <list>#include <boost/config.hpp>#include <boost/serialization/collections_save_imp.hpp>#include <boost/serialization/collections_load_imp.hpp>#include <boost/serialization/split_free.hpp>#include <boost/serialization/collection_traits.hpp>
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::serialization | |
Functions | |
| template<class Archive , class U , class Allocator > | |
| void | boost::serialization::save (Archive &ar, const std::list< U, Allocator > &t, const unsigned int) |
| template<class Archive , class U , class Allocator > | |
| void | boost::serialization::load (Archive &ar, std::list< U, Allocator > &t, const unsigned int) |
| template<class Archive , class U , class Allocator > | |
| void | boost::serialization::serialize (Archive &ar, std::list< U, Allocator > &t, const unsigned int file_version) |