IceBlobToObject.h File Reference
#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>
+ 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)