binary IO functions for std::vector<T> More...
Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &s, const std::vector< T > &v) |
| Write vector to binary stream. More... | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &s, std::vector< T > &v) |
| Read vector from binary stream. More... | |
| template<class T > | |
| void | vsl_print_summary (std::ostream &os, const std::vector< T > &v) |
| Print human readable summary of object to a stream. More... | |
| template<> | |
| void | vsl_b_write (vsl_b_ostream &s, const std::vector< bool > &v) |
| Write vector<bool> to binary stream. More... | |
| template<> | |
| void | vsl_b_read (vsl_b_istream &s, std::vector< bool > &v) |
| Read vector<bool> from binary stream. More... | |
| template<> | |
| void | vsl_print_summary (std::ostream &os, const std::vector< bool > &v) |
| Print human readable summary of object to a stream. More... | |
binary IO functions for std::vector<T>
Definition in file vsl_vector_io.h.
| void vsl_b_read | ( | vsl_b_istream & | s, |
| std::vector< T > & | v | ||
| ) |
Read vector from binary stream.
Definition at line 51 of file vsl_vector_io.hxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| std::vector< bool > & | v | ||
| ) |
Read vector<bool> from binary stream.
Read vector<bool> from binary stream.
Definition at line 30 of file vsl_vector_io_bool.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const std::vector< T > & | v | ||
| ) |
Write vector to binary stream.
Definition at line 23 of file vsl_vector_io.hxx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const std::vector< bool > & | v | ||
| ) |
Write vector<bool> to binary stream.
Write vector<bool> to binary stream.
Definition at line 17 of file vsl_vector_io_bool.cxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const std::vector< T > & | v | ||
| ) |
Print human readable summary of object to a stream.
Print human readable summary of object to a stream.
Definition at line 108 of file vsl_vector_io.hxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const std::vector< bool > & | v | ||
| ) |
Print human readable summary of object to a stream.
Print human readable summary of object to a stream.
Definition at line 60 of file vsl_vector_io_bool.cxx.
1.8.15