binary IO functions for std::vector<T> More...
#include <iostream>#include "vsl_vector_io.h"#include <vsl/vsl_binary_io.h>#include <vsl/vsl_block_binary.h>#include <vsl/vsl_b_read_block_old.h>#include <cassert>#include <vsl/vsl_indent.h>Go to the source code of this file.
Macros | |
| #define | VSL_VECTOR_IO_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &s, const std::vector< T > &v) |
| Write vector to binary stream. More... | |
| template<class T > | |
| bool | vsl_is_char (const T &) |
| template<> | |
| bool | vsl_is_char (const unsigned char &) |
| template<> | |
| bool | vsl_is_char (const signed char &) |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, std::vector< T > &v) |
| Read vector from binary stream. More... | |
| template<class T > | |
| void | vsl_print_summary (std::ostream &os, const std::vector< T > &v) |
| Output a human readable summary to the stream. More... | |
binary IO functions for std::vector<T>
Definition in file vsl_vector_io.hxx.
| #define VSL_VECTOR_IO_INSTANTIATE | ( | T | ) |
Definition at line 124 of file vsl_vector_io.hxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| std::vector< T > & | v | ||
| ) |
Read vector from binary stream.
Definition at line 51 of file vsl_vector_io.hxx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const std::vector< T > & | v | ||
| ) |
Write vector to binary stream.
Definition at line 23 of file vsl_vector_io.hxx.
| bool vsl_is_char | ( | const T & | ) |
Definition at line 46 of file vsl_vector_io.hxx.
|
inline |
Definition at line 42 of file vsl_vector_io.hxx.
|
inline |
Definition at line 44 of file vsl_vector_io.hxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const std::vector< T > & | v | ||
| ) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 108 of file vsl_vector_io.hxx.
1.8.15