binary IO functions for vcl_stack<T> More...
#include <vcl_iosfwd.h>#include <vcl_stack.h>Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &s, const vcl_stack< T > &v) |
| Write stack to binary stream. | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &s, vcl_stack< T > &v) |
| Read stack from binary stream. | |
| template<class T > | |
| void | vsl_print_summary (vcl_ostream &os, const vcl_stack< T > &v) |
| Print human readable summary of object to a stream. | |
binary IO functions for vcl_stack<T>
Definition in file vsl_stack_io.h.
| void vsl_b_read | ( | vsl_b_istream & | s, |
| vcl_stack< T > & | v | ||
| ) |
Read stack from binary stream.
Definition at line 36 of file vsl_stack_io.txx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const vcl_stack< T > & | v | ||
| ) |
Write stack to binary stream.
Definition at line 16 of file vsl_stack_io.txx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vcl_stack< T > & | v | ||
| ) |
Print human readable summary of object to a stream.
Definition at line 76 of file vsl_stack_io.txx.
1.7.5.1