Functions
core/vsl/vsl_vector_io_bool.cxx File Reference

Specialised version of binary IO for vector<bool> More...

#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.

Detailed Description

Specialised version of binary IO for vector<bool>

Author:
Ian Scott

Definition in file vsl_vector_io_bool.cxx.


Function Documentation

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.