binary IO functions for vcl_set<T> More...
Go to the source code of this file.
Defines | |
#define | vsl_set_io_txx_ |
#define | VSL_SET_IO_INSTANTIATE(T) |
Functions | |
template<class T > | |
void | vsl_b_write (vsl_b_ostream &s, const vcl_set< T > &v) |
Write set to binary stream. | |
template<class T > | |
void | vsl_b_read (vsl_b_istream &is, vcl_set< T > &v) |
Read set from binary stream. | |
template<class T > | |
void | vsl_print_summary (vcl_ostream &os, const vcl_set< T > &v) |
Output a human readable summary to the stream. |
binary IO functions for vcl_set<T>
Definition in file vsl_set_io.txx.
#define VSL_SET_IO_INSTANTIATE | ( | T | ) |
template void vsl_print_summary(vcl_ostream& s, const vcl_set<T >& v); \ template void vsl_b_write(vsl_b_ostream& s, const vcl_set<T >& v); \ template void vsl_b_read(vsl_b_istream& s, vcl_set<T >& v)
Definition at line 73 of file vsl_set_io.txx.
#define vsl_set_io_txx_ |
Definition at line 3 of file vsl_set_io.txx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vcl_set< T > & | v | ||
) |
Read set from binary stream.
Definition at line 27 of file vsl_set_io.txx.
void vsl_b_write | ( | vsl_b_ostream & | s, |
const vcl_set< T > & | v | ||
) |
Write set to binary stream.
Definition at line 15 of file vsl_set_io.txx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vcl_set< T > & | 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_set_io.txx.