#include <vector>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/iostreams/device/back_inserter.hpp>
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/stream.hpp>
Go to the source code of this file.
Namespaces | |
namespace | labust |
namespace | labust::tools |
Functions | |
template<class VectorType , class Packable > | |
bool | labust::tools::decodePackable (const std::vector< VectorType > &binary, Packable *data) |
template<class Packable > | |
void | labust::tools::encodePackable (const Packable &data, std::vector< char > *binary) |