11 # include <vcl_msvc_warnings.h> 13 #include <vcl_deprecated.h> 33 for (
unsigned int i=0; i<n; ++i)
37 for (
unsigned int j=0; j<m; ++j)
47 std::cerr <<
"I/O ERROR: vsl_b_read(vsl_b_istream&, std::vector<std::vector<T> >&)\n" 48 <<
" Unknown version number "<< ver <<
'\n';
49 is.is().clear(std::ios::badbit);
std::istream & is() const
A reference to the adaptor's stream.
void vsl_b_read(vsl_b_istream &is, char &n)
Read char from vsl_b_istream.
An adaptor for any std::istream to make it suitable for binary input.
Set of functions, and objects to perform binary IO.
void vsl_b_read_vec_vec_bool_old(vsl_b_istream &is, std::vector< std::vector< bool > > &v)
Read vector from binary stream in an old deprecated format.
binary IO functions for std::vector<T>