SPUC  3.0
Namespaces | Functions
complex_io.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

template<class T >
std::ostream & SPUC::operator<< (std::ostream &os, complex< T > r)
 -----------------— I/O operators------------------------------------— More...
 
template<class T >
std::istream & SPUC::operator>> (std::istream &os, complex< T > r)
 
template<typename T >
complex< T > SPUC::operator<< (complex< T > r, const long shift)
 Left shift (needs override for double) More...
 
template<typename T >
complex< T > SPUC::operator>> (complex< T > r, const long shift)
 Right shift (needs override for double) More...
 
template<>
complex< double > SPUC::operator<< (complex< double > r, const long shift)
 Left shift. More...
 
template<>
complex< double > SPUC::operator>> (complex< double > r, const long shift)
 Right shift. More...
 
template<>
complex< float > SPUC::operator<< (complex< float > r, const long shift)
 
template<>
complex< float > SPUC::operator>> (complex< float > r, const long shift)
 Right shift. More...