Definition of the SPL::xml class. More...
#include <SPL/Runtime/Type/Tuple.h>
#include <SPL/Runtime/Type/ValueHandle.h>
#include <SPL/Runtime/Common/RuntimeDebug.h>
Classes |
|
class | SPL::xml |
Class that represents an xml type. More... |
|
Namespaces |
|
SPL | |
C++ classes for writing operators. |
|
Functions |
|
std::ostream & | SPL::operator<< (std::ostream &ostr, const xml &x) |
std::istream & | SPL::operator>> (std::istream &istr, xml &x) |
template<class S > | |
ByteBuffer< S > & | SPL::operator<< (ByteBuffer< S > &buf, const xml &x) |
NetworkByteBuffer & | SPL::operator<< (NetworkByteBuffer &buf, const xml &x) |
NativeByteBuffer & | SPL::operator<< (NativeByteBuffer &buf, const xml &x) |
template<class S > | |
ByteBuffer< S > & | SPL::operator>> (ByteBuffer< S > &buf, xml &x) |
NetworkByteBuffer & | SPL::operator>> (NetworkByteBuffer &buf, xml &x) |
NativeByteBuffer & | SPL::operator>> (NativeByteBuffer &buf, xml &x) |
Definition of the SPL::xml class.