ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/stream.hpp>
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
Functions | |
template<class T > | |
std::string | Utils::pack (T const &v) |
Pack a serialize type into a string. | |
template<class T > | |
T | Utils::unpack (std::string const &state) |
Unpack a serialize type into a string. | |