Definition of the SPL::timestamp class. More...
|
|
| |
SPL |
| |
C++ classes for writing operators.
|
| |
|
|
| std::ostream & |
SPL::operator<< (std::ostream &ostr, const timestamp &x) |
| |
| std::istream & |
SPL::operator>> (std::istream &istr, timestamp &x) |
| |
| template<class S > |
| ByteBuffer< S > & |
SPL::operator<< (ByteBuffer< S > &buf, const timestamp &x) |
| |
| NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const timestamp &x) |
| |
| NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const timestamp &x) |
| |
| template<class S > |
| ByteBuffer< S > & |
SPL::operator>> (ByteBuffer< S > &buf, timestamp &x) |
| |
| NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, timestamp &x) |
| |
| NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, timestamp &x) |
| |
Definition of the SPL::timestamp class.