Specialised version of binary IO for vector<bool> More...
Go to the source code of this file.
Functions | |
| template<> | |
| void | vsl_b_write (vsl_b_ostream &s, const std::vector< bool > &v) |
| Write vector to binary stream. More... | |
| template<> | |
| void | vsl_b_read (vsl_b_istream &is, std::vector< bool > &v) |
| Read vector from binary stream. More... | |
| template<> | |
| void | vsl_print_summary (std::ostream &os, const std::vector< bool > &v) |
| Output a human readable summary to the stream. More... | |
Specialised version of binary IO for vector<bool>
Definition in file vsl_vector_io_bool.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| std::vector< bool > & | v | ||
| ) |
Read vector 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< bool > & | v | ||
| ) |
Write vector 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< bool > & | v | ||
| ) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 60 of file vsl_vector_io_bool.cxx.
1.8.15