Definition of the SPL::list class. More...
|
|
| |
SPL |
| |
C++ classes for writing operators.
|
| |
|
|
| template<class T > |
| std::ostream & |
SPL::serializeWithPrecision (std::ostream &ostr, const list< T > &x) |
| |
| template<class T > |
| std::ostream & |
SPL::operator<< (std::ostream &ostr, const list< T > &x) |
| |
| template<class T > |
| std::istream & |
SPL::operator>> (std::istream &istr, list< T > &x) |
| |
| template<class T > |
| void |
SPL::deserializeWithSuffix (std::istream &istr, list< T > &x) |
| |
| template<class T > |
| void |
SPL::deserializeWithNanAndInfs (std::istream &istr, list< T > &x, bool withSuffix=false) |
| |
| template<class S , class T > |
| ByteBuffer< S > & |
SPL::operator<< (ByteBuffer< S > &sbuf, const list< T > &x) |
| |
| template<class T > |
| NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &sbuf, const list< T > &x) |
| |
| template<class T > |
| NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &sbuf, const list< T > &x) |
| |
| template<class S , class T > |
| ByteBuffer< S > & |
SPL::operator>> (ByteBuffer< S > &sbuf, list< T > &x) |
| |
| template<class T > |
| NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &sbuf, list< T > &x) |
| |
| template<class T > |
| NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &sbuf, list< T > &x) |
| |
Definition of the SPL::list class.