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