Definition in file vsl_stack_io.txx.
#include "vsl_stack_io.h"
#include <vsl/vsl_binary_io.h>
Go to the source code of this file.
Defines | |
| #define | VSL_STACK_IO_INSTANTIATE(T) |
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 &is, 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. | |
| #define VSL_STACK_IO_INSTANTIATE | ( | T | ) |
Value:
template void vsl_print_summary(vcl_ostream& s, const vcl_stack<T >& v); \ template void vsl_b_write(vsl_b_ostream& s, const vcl_stack<T >& v); \ template void vsl_b_read(vsl_b_istream& s, vcl_stack<T >& v)
Definition at line 93 of file vsl_stack_io.txx.
| void vsl_b_read | ( | vsl_b_istream & | is, | |
| vcl_stack< T > & | v | |||
| ) |
| void vsl_b_write | ( | vsl_b_ostream & | s, | |
| const vcl_stack< T > & | v | |||
| ) |
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| const vcl_stack< T > & | v | |||
| ) |
1.5.1