Specialised version of binary IO for vector<bool> More...
Go to the source code of this file.
Functions | |
VCL_DEFINE_SPECIALIZATION void | vsl_b_write (vsl_b_ostream &s, const vcl_vector< bool > &v) |
Write vector to binary stream. | |
VCL_DEFINE_SPECIALIZATION void | vsl_b_read (vsl_b_istream &is, vcl_vector< bool > &v) |
Read vector from binary stream. | |
VCL_DEFINE_SPECIALIZATION void | vsl_print_summary (vcl_ostream &os, const vcl_vector< bool > &v) |
Output a human readable summary to the stream. |
Specialised version of binary IO for vector<bool>
Definition in file vsl_vector_io_bool.cxx.
VCL_DEFINE_SPECIALIZATION void vsl_b_read | ( | vsl_b_istream & | is, |
vcl_vector< bool > & | v | ||
) |
Read vector from binary stream.
Read vector<bool> from binary stream.
Definition at line 27 of file vsl_vector_io_bool.cxx.
VCL_DEFINE_SPECIALIZATION void vsl_b_write | ( | vsl_b_ostream & | s, |
const vcl_vector< bool > & | v | ||
) |
Write vector to binary stream.
Write vector<bool> to binary stream.
Definition at line 14 of file vsl_vector_io_bool.cxx.
VCL_DEFINE_SPECIALIZATION void vsl_print_summary | ( | vcl_ostream & | os, |
const vcl_vector< bool > & | v | ||
) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 57 of file vsl_vector_io_bool.cxx.