Definitions of the SPL complex types. More...
#include <SPL/Runtime/Type/Float.h>#include <SPL/Runtime/Serialization/NativeByteBuffer.h>#include <SPL/Runtime/Serialization/NetworkByteBuffer.h>
Namespaces |
|
| SPL | |
| C++ classes for writing operators. |
|
Typedefs |
|
| typedef std::complex< float32 > | SPL::complex32 |
| typedef std::complex< float64 > | SPL::complex64 |
Functions |
|
| std::ostream & | SPL::serializeWithPrecision (std::ostream &s, complex32 const &v) |
| std::ostream & | SPL::serializeWithPrecision (std::ostream &s, complex64 const &v) |
| template<class Buffer , class T > | |
| void | SPL::extractIntoComplex (Buffer &buf, std::complex< T > &x) |
| template<class T > | |
| NetworkByteBuffer & | SPL::operator<< (NetworkByteBuffer &buf, const std::complex< T > &x) |
| template<class T > | |
| NativeByteBuffer & | SPL::operator<< (NativeByteBuffer &buf, const std::complex< T > &x) |
| template<class S , class T > | |
| ByteBuffer< S > & | SPL::operator<< (ByteBuffer< S > &buf, const std::complex< T > &x) |
| template<class T > | |
| NativeByteBuffer & | SPL::operator>> (NativeByteBuffer &buf, std::complex< T > &x) |
| template<class T > | |
| NetworkByteBuffer & | SPL::operator>> (NetworkByteBuffer &buf, std::complex< T > &x) |
| template<class S , class T > | |
| ByteBuffer< S > & | SPL::operator>> (ByteBuffer< S > &buf, std::complex< T > &x) |
Definitions of the SPL complex types.