Macros | Functions
vbl_io_triple.hxx File Reference

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

#include "vbl_io_triple.h"
#include <vsl/vsl_binary_io.h>

Go to the source code of this file.

Macros

#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. More...
 
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. More...
 
template<class S , class T , class U >
void vsl_print_summary (std::ostream &os, const vbl_triple< S, T, U > &v)
 Output a human readable summary to the stream. More...
 

Detailed Description

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

Author
Ian Scott

Definition in file vbl_io_triple.hxx.

Macro Definition Documentation

◆ VBL_IO_TRIPLE_INSTANTIATE

#define VBL_IO_TRIPLE_INSTANTIATE (   S,
  T,
 
)
Value:
template void vsl_print_summary(std::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)
a templated 3-tuple.
Definition: vbl_fwd.h:22
void vsl_b_write(vsl_b_ostream &s, const vbl_triple< S, T, U > &v)
Write pair to binary stream.
void vsl_b_read(vsl_b_istream &s, vbl_triple< S, T, U > &v)
Read pair from binary stream.
void vsl_print_summary(std::ostream &os, const vbl_triple< S, T, U > &v)
Output a human readable summary to the stream.

Definition at line 51 of file vbl_io_triple.hxx.

Function Documentation

◆ vsl_b_read()

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.hxx.

◆ vsl_b_write()

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.hxx.

◆ vsl_print_summary()

template<class S , class T , class U >
void vsl_print_summary ( std::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.hxx.