binary IO functions for vcl_map<Key, T, Compare> More...
#include <vcl_iosfwd.h>
#include <vcl_map.h>
Go to the source code of this file.
Functions | |
template<class Key , class T , class Compare > | |
void | vsl_b_write (vsl_b_ostream &s, const vcl_map< Key, T, Compare > &v) |
Write map to binary stream. | |
template<class Key , class T , class Compare > | |
void | vsl_b_read (vsl_b_istream &s, vcl_map< Key, T, Compare > &v) |
Read map from binary stream. | |
template<class Key , class T , class Compare > | |
void | vsl_print_summary (vcl_ostream &os, const vcl_map< Key, T, Compare > &v) |
Print human readable summary of object to a stream. | |
template<class Key , class T , class Compare > | |
void | vsl_b_write (vsl_b_ostream &s, const vcl_multimap< Key, T, Compare > &v) |
Write map to binary stream. | |
template<class Key , class T , class Compare > | |
void | vsl_b_read (vsl_b_istream &s, vcl_multimap< Key, T, Compare > &v) |
Read map from binary stream. | |
template<class Key , class T , class Compare > | |
void | vsl_print_summary (vcl_ostream &os, const vcl_multimap< Key, T, Compare > &v) |
Print human readable summary of object to a stream. |
binary IO functions for vcl_map<Key, T, Compare>
Definition in file vsl_map_io.h.
void vsl_b_read | ( | vsl_b_istream & | s, |
vcl_map< Key, T, Compare > & | v | ||
) |
Read map from binary stream.
Definition at line 37 of file vsl_map_io.txx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vcl_multimap< Key, T, Compare > & | v | ||
) |
Read map from binary stream.
Definition at line 113 of file vsl_map_io.txx.
void vsl_b_write | ( | vsl_b_ostream & | s, |
const vcl_map< Key, T, Compare > & | v | ||
) |
Write map to binary stream.
Definition at line 22 of file vsl_map_io.txx.
void vsl_b_write | ( | vsl_b_ostream & | s, |
const vcl_multimap< Key, T, Compare > & | v | ||
) |
Write map to binary stream.
Definition at line 97 of file vsl_map_io.txx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vcl_map< Key, T, Compare > & | v | ||
) |
Print human readable summary of object to a stream.
Definition at line 69 of file vsl_map_io.txx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vcl_multimap< Key, T, Compare > & | v | ||
) |
Print human readable summary of object to a stream.
Definition at line 145 of file vsl_map_io.txx.