|
template<class T , int32_t size> |
std::ostream & |
SPL::serializeWithPrecision (std::ostream &ostr, const blist< T, size > &x) |
|
template<class T , int32_t size> |
std::ostream & |
SPL::operator<< (std::ostream &ostr, const blist< T, size > &x) |
|
template<class T , int32_t size> |
std::istream & |
SPL::operator>> (std::istream &istr, blist< T, size > &x) |
|
template<class T , int32_t size> |
void |
SPL::deserializeWithSuffix (std::istream &istr, blist< T, size > &x) |
|
template<class T , int32_t size> |
void |
SPL::deserializeWithNanAndInfs (std::istream &istr, blist< T, size > &x, bool withSuffix=false) |
|
template<class S , class T , int32_t size> |
ByteBuffer< S > & |
SPL::operator<< (ByteBuffer< S > &buf, const blist< T, size > &x) |
|
template<class T , int32_t size> |
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const blist< T, size > &x) |
|
template<class T , int32_t size> |
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const blist< T, size > &x) |
|
template<class S , class T , int32_t size> |
ByteBuffer< S > & |
SPL::operator>> (ByteBuffer< S > &buf, blist< T, size > &x) |
|
template<class T , int32_t size> |
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, blist< T, size > &x) |
|
template<class T , int32_t size> |
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, blist< T, size > &x) |
|
Definitions of the SPL::BList and SPL::blist classes.