ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
pack.hpp File Reference
#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>
+ Include dependency graph for pack.hpp:
+ This graph shows which files directly or indirectly include this file:

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 >
Utils::unpack (std::string const &state)
 Unpack a serialize type into a string.