|
std::ostream & |
SPL::serializeWithPrecision (std::ostream &s, decimal32 const &v) |
|
std::ostream & |
SPL::serializeWithPrecision (std::ostream &s, decimal64 const &v) |
|
std::ostream & |
SPL::serializeWithPrecision (std::ostream &s, decimal128 const &v) |
|
template<class BufferType > |
ByteBuffer< BufferType > & |
SPL::operator<< (ByteBuffer< BufferType > &buf, const decimal32 &x) |
|
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const decimal32 &x) |
|
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const decimal32 &x) |
|
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, decimal32 &x) |
|
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, decimal32 &x) |
|
template<class BufferType > |
ByteBuffer< BufferType > & |
SPL::operator>> (ByteBuffer< BufferType > &buf, decimal32 &x) |
|
template<> |
ByteBuffer< NetworkByteBuffer > & |
SPL::operator<< (ByteBuffer< NetworkByteBuffer > &buf, const decimal32 &x) |
|
template<> |
ByteBuffer< NativeByteBuffer > & |
SPL::operator<< (ByteBuffer< NativeByteBuffer > &buf, const decimal32 &x) |
|
template<> |
ByteBuffer< NetworkByteBuffer > & |
SPL::operator>> (ByteBuffer< NetworkByteBuffer > &buf, decimal32 &x) |
|
template<> |
ByteBuffer< NativeByteBuffer > & |
SPL::operator>> (ByteBuffer< NativeByteBuffer > &buf, decimal32 &x) |
|
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const decimal64 &x) |
|
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const decimal64 &x) |
|
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, decimal64 &x) |
|
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, decimal64 &x) |
|
template<class BufferType > |
ByteBuffer< BufferType > & |
SPL::operator<< (ByteBuffer< BufferType > &buf, const decimal64 &x) |
|
template<class BufferType > |
ByteBuffer< BufferType > & |
SPL::operator>> (ByteBuffer< BufferType > &buf, decimal64 &x) |
|
template<> |
ByteBuffer< NetworkByteBuffer > & |
SPL::operator<< (ByteBuffer< NetworkByteBuffer > &buf, const decimal64 &x) |
|
template<> |
ByteBuffer< NativeByteBuffer > & |
SPL::operator<< (ByteBuffer< NativeByteBuffer > &buf, const decimal64 &x) |
|
template<> |
ByteBuffer< NetworkByteBuffer > & |
SPL::operator>> (ByteBuffer< NetworkByteBuffer > &buf, decimal64 &x) |
|
template<> |
ByteBuffer< NativeByteBuffer > & |
SPL::operator>> (ByteBuffer< NativeByteBuffer > &buf, decimal64 &x) |
|
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const decimal128 &x) |
|
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const decimal128 &x) |
|
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, decimal128 &x) |
|
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, decimal128 &x) |
|
template<class BufferType > |
ByteBuffer< BufferType > & |
SPL::operator<< (ByteBuffer< BufferType > &buf, const decimal128 &x) |
|
template<class BufferType > |
ByteBuffer< BufferType > & |
SPL::operator>> (ByteBuffer< BufferType > &buf, decimal128 &x) |
|
template<> |
ByteBuffer< NetworkByteBuffer > & |
SPL::operator<< (ByteBuffer< NetworkByteBuffer > &buf, const decimal128 &x) |
|
template<> |
ByteBuffer< NativeByteBuffer > & |
SPL::operator<< (ByteBuffer< NativeByteBuffer > &buf, const decimal128 &x) |
|
template<> |
ByteBuffer< NativeByteBuffer > & |
SPL::operator>> (ByteBuffer< NativeByteBuffer > &buf, decimal128 &x) |
|
template<> |
ByteBuffer< NetworkByteBuffer > & |
SPL::operator>> (ByteBuffer< NetworkByteBuffer > &buf, decimal128 &x) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, decimal32 &v) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, decimal64 &v) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, decimal128 &v) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, decimal32 &v, bool withSuffix=false) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, decimal64 &v, bool withSuffix=false) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, decimal128 &v, bool withSuffix=false) |
|
Definitions of the SPL decimal types.