Go to the documentation of this file.00001
00002 #ifndef vul_io_user_info_h
00003 #define vul_io_user_info_h
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012
00013 #include <vsl/vsl_binary_io.h>
00014 #include <vul/vul_user_info.h>
00015
00016
00017 void vsl_b_write(vsl_b_ostream &os, const vul_user_info & v);
00018
00019
00020 void vsl_b_read(vsl_b_istream &is, vul_user_info & v);
00021
00022
00023 void vsl_print_summary(vcl_ostream& os,const vul_user_info & v);
00024
00025
00026 #endif // vul_io_user_info_h