Definition of the SPL::blob class. More...
#include <SPL/Runtime/Serialization/NativeByteBuffer.h>
#include <SPL/Runtime/Serialization/NetworkByteBuffer.h>
Classes |
|
class | SPL::blob |
Class that represents blob primitive type. More... |
|
Namespaces |
|
SPL | |
C++ classes for writing operators. |
|
Functions |
|
NetworkByteBuffer & | SPL::operator<< (NetworkByteBuffer &buf, const blob &x) |
NativeByteBuffer & | SPL::operator<< (NativeByteBuffer &buf, const blob &x) |
template<class S > | |
ByteBuffer< S > & | SPL::operator<< (ByteBuffer< S > &buf, const blob &x) |
template<class S > | |
ByteBuffer< S > & | SPL::operator>> (ByteBuffer< S > &buf, blob &x) |
NetworkByteBuffer & | SPL::operator>> (NetworkByteBuffer &buf, blob &x) |
NativeByteBuffer & | SPL::operator>> (NativeByteBuffer &buf, blob &x) |
std::ostream & | SPL::operator<< (std::ostream &ostr, const blob &x) |
std::istream & | SPL::operator>> (std::istream &istr, blob &x) |
Definition of the SPL::blob class.