binary io for vul_user_info. More...
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &os, const vul_user_info &v) |
Binary save vul_user_info to stream. | |
void | vsl_b_read (vsl_b_istream &is, vul_user_info &v) |
Binary load vul_user_info from stream. | |
void | vsl_print_summary (vcl_ostream &os, const vul_user_info &v) |
Print human readable summary of object to a stream. |
void vsl_b_read | ( | vsl_b_istream & | is, |
vul_user_info & | p | ||
) |
Binary load vul_user_info from stream.
Definition at line 28 of file vul_io_user_info.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vul_user_info & | p | ||
) |
Binary save vul_user_info to stream.
Definition at line 13 of file vul_io_user_info.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vul_user_info & | p | ||
) |
Print human readable summary of object to a stream.
Definition at line 57 of file vul_io_user_info.cxx.