|
#include <string_view>
#include <sstream>
#include <boost/iostreams/filtering_streambuf.hpp>
#include <boost/iostreams/copy.hpp>
#include <boost/iostreams/filter/gzip.hpp>
#include <Ice/InputStream.h>
Go to the source code of this file.
Classes | |
struct | CompressedIceBlobToObjectDeserializer< T > |
struct | IceBlobToObjectDeserializer< T > |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Functions | |
template<class T > | |
T | compressedIceBlobToObject (const std::string_view &sv) |
template<class T > | |
void | compressedIceBlobToObject (T &result, const std::string_view &sv) |
template<class T > | |
T | iceBlobToObject (const std::string_view &sv) |
template<class T > | |
void | iceBlobToObject (T &result, const std::string_view &sv) |