ecto
|
#include <ecto/tendril.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/device/back_inserter.hpp>
#include <boost/iostreams/stream_buffer.hpp>
Go to the source code of this file.
Namespaces | |
ecto | |
ecto::serialization | |
Functions | |
template<typename BufT > | |
void | ecto::serialization::save (BufT &buf, const tendril &t) |
template<typename BufT > | |
void | ecto::serialization::load (const BufT &buf, tendril &t) |