binary IO functions for std::set<T> More...
Go to the source code of this file.
Macros | |
| #define | VSL_SET_IO_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &s, const std::set< T > &v) |
| Write set to binary stream. More... | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, std::set< T > &v) |
| Read set from binary stream. More... | |
| template<class T > | |
| void | vsl_print_summary (std::ostream &os, const std::set< T > &v) |
| Output a human readable summary to the stream. More... | |
binary IO functions for std::set<T>
Definition in file vsl_set_io.hxx.
| #define VSL_SET_IO_INSTANTIATE | ( | T | ) |
Definition at line 74 of file vsl_set_io.hxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| std::set< T > & | v | ||
| ) |
Read set from binary stream.
Definition at line 28 of file vsl_set_io.hxx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const std::set< T > & | v | ||
| ) |
Write set to binary stream.
Definition at line 16 of file vsl_set_io.hxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const std::set< T > & | v | ||
| ) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 58 of file vsl_set_io.hxx.
1.8.15