|
template<class S > |
ByteBuffer< S > & |
SPL::operator<< (ByteBuffer< S > &sbuf, const boolean &x) |
|
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &sbuf, const boolean &x) |
|
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &sbuf, const boolean &x) |
|
template<class S > |
ByteBuffer< S > & |
SPL::operator>> (ByteBuffer< S > &sbuf, boolean &x) |
|
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &sbuf, boolean &x) |
|
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &sbuf, boolean &x) |
|
std::ostream & |
SPL::operator<< (std::ostream &ostr, const boolean &x) |
|
std::istream & |
SPL::operator>> (std::istream &istr, boolean &x) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, int8 &v) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, int16 &v) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, int32 &v) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, int64 &v) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, uint16 &v) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, uint32 &v) |
|
void |
SPL::deserializeWithSuffix (std::istream &s, uint64 &v) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, int8 &v, bool withSuffix=false) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, int16 &v, bool withSuffix=false) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, int32 &v, bool withSuffix=false) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, int64 &v, bool withSuffix=false) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, uint16 &v, bool withSuffix=false) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, uint32 &v, bool withSuffix=false) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &s, uint64 &v, bool withSuffix=false) |
|
Definitions of the SPL integer types and boolean type.