|
template<class T > |
std::ostream & |
SPL::operator<< (std::ostream &ostr, const optional< T > &val) |
|
template<class T > |
std::istream & |
SPL::operator>> (std::istream &istr, optional< T > &val) |
|
template<class S , class T > |
ByteBuffer< S > & |
SPL::operator>> (ByteBuffer< S > &sbuf, optional< T > &val) |
|
template<class S , class T > |
ByteBuffer< S > & |
SPL::operator<< (ByteBuffer< S > &sbuf, const optional< T > &val) |
|
template<class T > |
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &sbuf, optional< T > const &val) |
|
template<class T > |
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &sbuf, optional< T > &val) |
|
template<class T > |
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &sbuf, optional< T > const &val) |
|
template<class T > |
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &sbuf, optional< T > &val) |
|
template<class T > |
void |
SPL::deserializeWithNanAndInfs (std::istream &istr, optional< T > &val, bool withSuffix=false) |
|