Definitions of the SPL integer types and boolean type. More...
#include <SPL/Runtime/Serialization/NativeByteBuffer.h>#include <SPL/Runtime/Serialization/NetworkByteBuffer.h>
Namespaces |
|
| SPL | |
| C++ classes for writing operators. |
|
Macros |
|
| #define | SPL_MAY_ALIAS |
Typedefs |
|
| typedef _<...> | SPL::boolean |
| typedef _<...> | SPL::int8 |
| typedef _<...> | SPL::uint8 |
| typedef int16_t | SPL::int16 |
| typedef int32_t | SPL::int32 |
| typedef int64_t | SPL::int64 |
| typedef uint16_t | SPL::uint16 |
| typedef uint32_t | SPL::uint32 |
| typedef uint64_t | SPL::uint64 |
Functions |
|
| 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) |
| std::ostream & | SPL::operator<< (std::ostream &ostr, const uint8 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.
| #define SPL_MAY_ALIAS |