Definition of the SPL::Tuple class. More...
|
class |
SPL::Tuple |
|
Class that serves as a reflective interface for the tuple types. More...
|
|
|
|
SPL |
|
C++ classes for writing operators.
|
|
|
bool |
SPL::operator== (const Tuple &lhs, const Tuple &rhs) |
|
bool |
SPL::operator!= (const Tuple &lhs, const Tuple &rhs) |
|
std::ostream & |
SPL::serializeWithPrecision (std::ostream &ostr, const Tuple &x) |
|
void |
SPL::deserializeWithSuffix (std::istream &istr, Tuple &x) |
|
void |
SPL::deserializeWithNanAndInfs (std::istream &istr, Tuple &x, bool withSuffix=false) |
|
std::ostream & |
SPL::operator<< (std::ostream &ostr, const Tuple &x) |
|
std::istream & |
SPL::operator>> (std::istream &istr, Tuple &x) |
|
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const Tuple &x) |
|
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, Tuple &x) |
|
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const Tuple &x) |
|
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, Tuple &x) |
|
Definition of the SPL::Tuple class.