binary IO functions for std::complex<T> More...
Go to the source code of this file.
Macros | |
| #define | VSL_COMPLEX_IO_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &s, const std::complex< T > &v) |
| Write complex to binary stream. More... | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &s, std::complex< T > &v) |
| Read complex from binary stream. More... | |
| template<class T > | |
| void | vsl_print_summary (std::ostream &os, const std::complex< T > &v) |
| Output a human readable summary to the stream. More... | |
| #define VSL_COMPLEX_IO_INSTANTIATE | ( | T | ) |
Definition at line 45 of file vsl_complex_io.hxx.
| void vsl_b_read | ( | vsl_b_istream & | s, |
| std::complex< T > & | v | ||
| ) |
Read complex from binary stream.
Definition at line 29 of file vsl_complex_io.hxx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const std::complex< T > & | v | ||
| ) |
Write complex to binary stream.
Definition at line 18 of file vsl_complex_io.hxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const std::complex< T > & | v | ||
| ) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 40 of file vsl_complex_io.hxx.
1.8.15