|
template<class S > |
ByteBuffer< S > & |
SPL::operator<< (ByteBuffer< S > &buf, const BString &x) |
|
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const BString &x) |
|
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const BString &x) |
|
template<class S > |
ByteBuffer< S > & |
SPL::operator>> (ByteBuffer< S > &buf, BString &x) |
|
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, BString &x) |
|
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, BString &x) |
|
std::ostream & |
SPL::operator<< (std::ostream &ostr, const BString &x) |
|
std::istream & |
SPL::operator>> (std::istream &istr, BString &x) |
|
template<int32_t size> |
std::ostream & |
SPL::operator<< (std::ostream &ostr, const bstring< size > &x) |
|
template<int32_t size> |
std::istream & |
SPL::operator>> (std::istream &istr, bstring< size > &x) |
|
template<int32_t size> |
VirtualByteBuffer & |
SPL::operator<< (VirtualByteBuffer &buf, const bstring< size > &x) |
|
template<int32_t size> |
VirtualByteBuffer & |
SPL::operator>> (VirtualByteBuffer &buf, bstring< size > &x) |
|
template<class S , int32_t size> |
ByteBuffer< S > & |
SPL::operator<< (ByteBuffer< S > &buf, const bstring< size > &x) |
|
template<int32_t size> |
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const bstring< size > &x) |
|
template<int32_t size> |
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const bstring< size > &x) |
|
template<class S , int32_t size> |
ByteBuffer< S > & |
SPL::operator>> (ByteBuffer< S > &buf, bstring< size > &x) |
|
template<int32_t size> |
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, bstring< size > &x) |
|
template<int32_t size> |
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, bstring< size > &x) |
|
template<class Stream , int32_t size> |
Stream & |
SPL::serializeUnquoted (Stream &stm, SPL::bstring< size > const &str) |
|
Definitions of the SPL::BString and SPL::bstring classes.