binary IO functions for std::stack<T> More...
#include <iosfwd>#include <stack>Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &s, const std::stack< T > &v) |
| Write stack to binary stream. More... | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &s, std::stack< T > &v) |
| Read stack from binary stream. More... | |
| template<class T > | |
| void | vsl_print_summary (std::ostream &os, const std::stack< T > &v) |
| Print human readable summary of object to a stream. More... | |
binary IO functions for std::stack<T>
Definition in file vsl_stack_io.h.
| void vsl_b_read | ( | vsl_b_istream & | s, |
| std::stack< T > & | v | ||
| ) |
Read stack from binary stream.
Definition at line 37 of file vsl_stack_io.hxx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const std::stack< T > & | v | ||
| ) |
Write stack to binary stream.
Definition at line 17 of file vsl_stack_io.hxx.
| void vsl_print_summary | ( | std::ostream & | os, |
| const std::stack< T > & | v | ||
| ) |
Print human readable summary of object to a stream.
Print human readable summary of object to a stream.
Definition at line 77 of file vsl_stack_io.hxx.
1.8.15