|
Classes |
| class | vsl_b_ostream |
| | A binary output adaptor for any vcl_ostream. More...
|
| class | vsl_b_ofstream |
| | An adapter for a vcl_ofstream to make it suitable for binary IO. More...
|
| class | vsl_b_istream |
| | An adaptor for any vcl_istream to make it suitable for binary input. More...
|
| class | vsl_b_ifstream |
| | An adapter for a vcl_ifstream to make it suitable for binary IO. More...
|
Defines |
| #define | VCL_64BIT_ATTR |
Functions |
| void | vsl_b_write (vsl_b_ostream &os, bool b) |
| | Write bool to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, bool &b) |
| | Read bool from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, bool b) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, char n) |
| | Write char to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, char &n) |
| | Read char from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, char n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, signed char n) |
| | Write signed char to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, signed char &n) |
| | Read signed char from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, signed char n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, unsigned char n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, unsigned char &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, unsigned char n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, const vcl_string &n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, vcl_string &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, const vcl_string &n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, const char *s) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, char *s) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, const char *s) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, int VCL_64BIT_ATTR n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, int VCL_64BIT_ATTR &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, int VCL_64BIT_ATTR n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, unsigned int n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, unsigned int &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, unsigned int n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, short n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, short &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, short n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, unsigned short n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, unsigned short &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, unsigned short n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, long n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, long &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, long n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, unsigned long n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, unsigned long &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, unsigned long n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, float n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, float &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, float n) |
| | Print to a stream.
|
| void | vsl_b_write (vsl_b_ostream &os, double n) |
| | Write to vsl_b_ostream.
|
| void | vsl_b_read (vsl_b_istream &is, double &n) |
| | Read from vsl_b_istream.
|
| void | vsl_print_summary (vcl_ostream &os, double n) |
| | Print to a stream.
|