Functions
core/vsl/vsl_complex_io.h File Reference

binary IO functions for vcl_complex<T> More...

#include <vcl_iosfwd.h>
#include <vcl_complex.h>

Go to the source code of this file.

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &s, const vcl_complex< T > &v)
 Write complex to binary stream.
template<class T >
void vsl_b_read (vsl_b_istream &s, vcl_complex< T > &v)
 Read complex from binary stream.
template<class T >
void vsl_print_summary (vcl_ostream &os, const vcl_complex< T > &v)
 Print human readable summary of object to a stream.

Detailed Description

binary IO functions for vcl_complex<T>

Author:
K.Y.McGaul

Definition in file vsl_complex_io.h.


Function Documentation

template<class T >
void vsl_b_read ( vsl_b_istream s,
vcl_complex< T > &  v 
)

Read complex from binary stream.

Definition at line 29 of file vsl_complex_io.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream s,
const vcl_complex< T > &  v 
)

Write complex to binary stream.

Definition at line 18 of file vsl_complex_io.txx.

template<class T >
void vsl_print_summary ( vcl_ostream &  os,
const vcl_complex< T > &  v 
)

Print human readable summary of object to a stream.

Definition at line 40 of file vsl_complex_io.txx.