Functions
core/vbl/io/vbl_io_triple.h File Reference

binary IO functions for vbl_triple<S, T, U> More...

#include <vcl_iosfwd.h>
#include <vbl/vbl_triple.h>

Go to the source code of this file.

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)
 Print human readable summary of object to a stream.

Detailed Description

binary IO functions for vbl_triple<S, T, U>

Author:
Ian Scott

Definition in file vbl_io_triple.h.


Function Documentation

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.

Definition at line 27 of file vbl_io_triple.txx.

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.

Definition at line 15 of file vbl_io_triple.txx.

template<class S , class T , class U >
void vsl_print_summary ( vcl_ostream &  os,
const vbl_triple< S, T, U > &  v 
)

Print human readable summary of object to a stream.

Definition at line 38 of file vbl_io_triple.txx.