Functions
vnl_io_bignum.h File Reference
#include <iosfwd>
#include <vsl/vsl_fwd.h>
#include <vnl/vnl_bignum.h>

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. More...
 
void vsl_b_read (vsl_b_istream &is, vnl_bignum &v)
 Binary load vnl_bignum from stream. More...
 
void vsl_print_summary (std::ostream &os, vnl_bignum const &b)
 Print human readable summary of object to a stream. More...
 

Detailed Description

Author
Ian Scott
Date
10-Oct-2001

Definition in file vnl_io_bignum.h.

Function Documentation

◆ vsl_b_read()

void vsl_b_read ( vsl_b_istream &  is,
vnl_bignum v 
)

Binary load vnl_bignum from stream.

Binary load vnl_bignum from stream.

Definition at line 21 of file vnl_io_bignum.cxx.

◆ vsl_b_write()

void vsl_b_write ( vsl_b_ostream &  os,
vnl_bignum const &  v 
)

Binary save vnl_bignum to stream.

Binary save vnl_bignum to stream.

Definition at line 10 of file vnl_io_bignum.cxx.

◆ vsl_print_summary()

void vsl_print_summary ( std::ostream &  os,
vnl_bignum const &  b 
)

Print human readable summary of object to a stream.

Print human readable summary of object to a stream.

Definition at line 44 of file vnl_io_bignum.cxx.