Definition in file vsl_vector_io_bool.cxx.
#include "vsl_vector_io.h"
#include <vsl/vsl_binary_io.h>
#include <vcl_iostream.h>
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. | |
| VCL_DEFINE_SPECIALIZATION void vsl_b_read | ( | vsl_b_istream & | is, | |
| vcl_vector< bool > & | v | |||
| ) |
| VCL_DEFINE_SPECIALIZATION void vsl_b_write | ( | vsl_b_ostream & | s, | |
| const vcl_vector< bool > & | v | |||
| ) |
| VCL_DEFINE_SPECIALIZATION void vsl_print_summary | ( | vcl_ostream & | os, | |
| const vcl_vector< bool > & | v | |||
| ) |
Output a human readable summary to the stream.
Definition at line 57 of file vsl_vector_io_bool.cxx.
1.5.1