core/vsl/vsl_vector_io_vector_bool.cxx File Reference


Detailed Description

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

Author:
Kevin de Souza (based on vsl_vector_io_bool.cxx by Ian Scott)

Definition in file vsl_vector_io_vector_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< vcl_vector< bool > > &v)
 Write vector to binary stream.
VCL_DEFINE_SPECIALIZATION void vsl_b_read (vsl_b_istream &is, vcl_vector< vcl_vector< bool > > &v)
 Read vector from binary stream.
VCL_DEFINE_SPECIALIZATION void vsl_print_summary (vcl_ostream &os, const vcl_vector< vcl_vector< bool > > &v)
 Output a human readable summary to the stream.

Function Documentation

VCL_DEFINE_SPECIALIZATION void vsl_b_read ( vsl_b_istream is,
vcl_vector< vcl_vector< bool > > &  v 
)

Read vector from binary stream.

Definition at line 34 of file vsl_vector_io_vector_bool.cxx.

VCL_DEFINE_SPECIALIZATION void vsl_b_write ( vsl_b_ostream s,
const vcl_vector< vcl_vector< bool > > &  v 
)

Write vector to binary stream.

Definition at line 14 of file vsl_vector_io_vector_bool.cxx.

VCL_DEFINE_SPECIALIZATION void vsl_print_summary ( vcl_ostream &  os,
const vcl_vector< vcl_vector< bool > > &  v 
)

Output a human readable summary to the stream.

Definition at line 70 of file vsl_vector_io_vector_bool.cxx.


Generated on Sat Oct 11 05:05:50 2008 for core/vsl by  doxygen 1.5.1