Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &os, vnl_bignum const &v) |
Binary save vnl_bignum to stream. | |
void | vsl_b_read (vsl_b_istream &is, vnl_bignum &v) |
Binary load vnl_bignum from stream. | |
void | vsl_print_summary (vcl_ostream &os, vnl_bignum const &b) |
Print human readable summary of object to a stream. |
Definition in file vnl_io_bignum.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
vnl_bignum & | v | ||
) |
Binary load vnl_bignum from stream.
Definition at line 24 of file vnl_io_bignum.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
vnl_bignum const & | v | ||
) |
Binary save vnl_bignum to stream.
Definition at line 13 of file vnl_io_bignum.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
vnl_bignum const & | b | ||
) |
Print human readable summary of object to a stream.
Definition at line 47 of file vnl_io_bignum.cxx.