|
|
#include <sstream>#include <string_view>#include <boost/iostreams/copy.hpp>#include <boost/iostreams/filter/gzip.hpp>#include <boost/iostreams/filtering_streambuf.hpp>#include <Ice/InputStream.h>
Include dependency graph for IceBlobToObject.h:
This graph shows which files directly or indirectly include this file: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) |