Binary I/O for attributed distributions. More...
Go to the source code of this file.
Functions | |
| template<class comp_ > | |
| void | vsl_b_write (vsl_b_ostream &os, const bsta_num_obs< comp_ > &m) |
| Binary save bsta_attributes to stream. | |
| template<class comp_ > | |
| void | vsl_b_read (vsl_b_istream &is, bsta_num_obs< comp_ > &m) |
| Binary load bsta_attributes from stream. | |
| template<class comp_ > | |
| void | vsl_print_summary (vcl_ostream &os, const bsta_num_obs< comp_ > &m) |
| Print summary. | |
Binary I/O for attributed distributions.
Modifications
<none yet>
Definition in file bsta_io_attributes.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| bsta_num_obs< comp_ > & | m | ||
| ) |
Binary load bsta_attributes from stream.
Definition at line 35 of file bsta_io_attributes.h.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const bsta_num_obs< comp_ > & | m | ||
| ) |
Binary save bsta_attributes to stream.
Definition at line 22 of file bsta_io_attributes.h.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const bsta_num_obs< comp_ > & | m | ||
| ) |
Print summary.
Definition at line 47 of file bsta_io_attributes.h.
1.7.5.1