core/vsl/vsl_pair_io.txx File Reference


Detailed Description

binary IO functions for vcl_pair<T>

Author:
Ian Scott
Implementation

Definition in file vsl_pair_io.txx.

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

Go to the source code of this file.


Defines

#define VSL_PAIR_IO_INSTANTIATE(S, T)

Functions

template<class S, class T>
void vsl_b_write (vsl_b_ostream &s, const vcl_pair< S, T > &v)
 Write pair to binary stream.
template<class S, class T>
void vsl_b_read (vsl_b_istream &s, vcl_pair< S, T > &v)
 Read pair from binary stream.
template<class S, class T>
void vsl_print_summary (vcl_ostream &os, const vcl_pair< S, T > &v)
 Print human readable summary of object to a stream.

Define Documentation

#define VSL_PAIR_IO_INSTANTIATE ( S,
 ) 

Value:

template void vsl_print_summary(vcl_ostream& s, const vcl_pair<S, T >& v); \
template void vsl_b_write(vsl_b_ostream& s, const vcl_pair<S, T > & v); \
template void vsl_b_read(vsl_b_istream& s, vcl_pair<S, T > & v)

Definition at line 49 of file vsl_pair_io.txx.


Function Documentation

template<class S, class T>
void vsl_b_read ( vsl_b_istream s,
vcl_pair< S, T > &  v 
)

Read pair from binary stream.

Definition at line 28 of file vsl_pair_io.txx.

template<class S, class T>
void vsl_b_write ( vsl_b_ostream s,
const vcl_pair< S, T > &  v 
)

Write pair to binary stream.

Definition at line 17 of file vsl_pair_io.txx.

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

Print human readable summary of object to a stream.

Definition at line 38 of file vsl_pair_io.txx.


Generated on Sun Sep 7 05:05:56 2008 for core/vsl by  doxygen 1.5.1