Definition of the SPL::Enum class. More...
|
class |
SPL::Enum |
|
Class that serves as a reflective interface for the enumeration types. More...
|
|
|
|
SPL |
|
C++ classes for writing operators.
|
|
|
bool |
SPL::operator== (const Enum &lhs, const Enum &rhs) |
|
bool |
SPL::operator!= (const Enum &lhs, const Enum &rhs) |
|
std::ostream & |
SPL::operator<< (std::ostream &ostr, const Enum &x) |
|
std::istream & |
SPL::operator>> (std::istream &istr, Enum &x) |
|
NetworkByteBuffer & |
SPL::operator<< (NetworkByteBuffer &buf, const Enum &x) |
|
NativeByteBuffer & |
SPL::operator<< (NativeByteBuffer &buf, const Enum &x) |
|
template<class S > |
ByteBuffer< S > & |
SPL::operator<< (ByteBuffer< S > &buf, const Enum &x) |
|
template<class S > |
ByteBuffer< S > & |
SPL::operator>> (ByteBuffer< S > &buf, Enum &x) |
|
NetworkByteBuffer & |
SPL::operator>> (NetworkByteBuffer &buf, Enum &x) |
|
NativeByteBuffer & |
SPL::operator>> (NativeByteBuffer &buf, Enum &x) |
|
Definition of the SPL::Enum class.