binary IO functions for vbl_quadruple<S, T, U, V> More...
Go to the source code of this file.
Defines | |
| #define | vbl_io_quadruple_txx_ |
| #define | VBL_QUADRUPLE_INSTANTIATE(S, T, U, V) |
Functions | |
| template<class S , class T , class U , class V > | |
| void | vsl_b_write (vsl_b_ostream &s, const vbl_quadruple< S, T, U, V > &v) |
| Write pair to binary stream. | |
| template<class S , class T , class U , class V > | |
| void | vsl_b_read (vsl_b_istream &s, vbl_quadruple< S, T, U, V > &v) |
| Read pair from binary stream. | |
| template<class S , class T , class U , class V > | |
| void | vsl_print_summary (vcl_ostream &os, const vbl_quadruple< S, T, U, V > &v) |
| Output a human readable summary to the stream. | |
binary IO functions for vbl_quadruple<S, T, U, V>
Definition in file vbl_io_quadruple.txx.
| #define vbl_io_quadruple_txx_ |
Definition at line 3 of file vbl_io_quadruple.txx.
| #define VBL_QUADRUPLE_INSTANTIATE | ( | S, | |
| T, | |||
| U, | |||
| V | |||
| ) |
template void vsl_print_summary(vcl_ostream& s, const vbl_quadruple<S, T, U, V >& v); \ template void vsl_b_write(vsl_b_ostream& s, const vbl_quadruple<S, T, U, V > & v); \ template void vsl_b_read(vsl_b_istream& s, vbl_quadruple<S, T, U, V > & v)
Definition at line 55 of file vbl_io_quadruple.txx.
| void vsl_b_read | ( | vsl_b_istream & | s, |
| vbl_quadruple< S, T, U, V > & | v | ||
| ) |
Read pair from binary stream.
Definition at line 28 of file vbl_io_quadruple.txx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const vbl_quadruple< S, T, U, V > & | v | ||
| ) |
Write pair to binary stream.
Definition at line 15 of file vbl_io_quadruple.txx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vbl_quadruple< S, T, U, V > & | v | ||
| ) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 40 of file vbl_io_quadruple.txx.
1.7.5.1