Definition in file vsl_vector_io.h.
#include <vcl_iosfwd.h>
#include <vcl_vector.h>
#include <vsl/vsl_fwd.h>
Go to the source code of this file.
Functions | |
| template<class T> | |
| void | vsl_b_write (vsl_b_ostream &s, const vcl_vector< T > &v) |
| Write vector to binary stream. | |
| template<class T> | |
| void | vsl_b_read (vsl_b_istream &s, vcl_vector< T > &v) |
| Read vector from binary stream. | |
| template<class T> | |
| void | vsl_print_summary (vcl_ostream &os, const vcl_vector< T > &v) |
| Print human readable summary of object to a stream. | |
| void vsl_b_read | ( | vsl_b_istream & | s, | |
| vcl_vector< T > & | v | |||
| ) |
| void vsl_b_write | ( | vsl_b_ostream & | s, | |
| const vcl_vector< T > & | v | |||
| ) |
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| const vcl_vector< T > & | v | |||
| ) |
Print human readable summary of object to a stream.
Definition at line 83 of file vsl_vector_io.txx.
1.5.1