ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/multi_array.hpp>
#include <boost/serialization/array.hpp>
#include <boost/serialization/vector.hpp>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::serialization |
Functions | |
template<typename Archive , class T , std::size_t N, class Allocator > | |
void | boost::serialization::load (Archive &ar, boost::multi_array< T, N, Allocator > &marray, unsigned) |
template<typename Archive , class T , std::size_t N, class Allocator > | |
void | boost::serialization::save (Archive &ar, const boost::multi_array< T, N, Allocator > &marray, unsigned) |
template<typename Archive , class T , std::size_t N, class Allocator > | |
void | boost::serialization::serialize (Archive &ar, boost::multi_array< T, N, Allocator > &v, const unsigned int version) |