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