core/vsl/vsl_set_io.h File Reference


Detailed Description

binary IO functions for vcl_set<T>

Author:
K.Y.McGaul

Definition in file vsl_set_io.h.

#include <vcl_iosfwd.h>
#include <vcl_set.h>

Go to the source code of this file.


Functions

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

Function Documentation

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

Read set from binary stream.

Definition at line 27 of file vsl_set_io.txx.

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

Write set to binary stream.

Definition at line 15 of file vsl_set_io.txx.

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

Print human readable summary of object to a stream.

Definition at line 57 of file vsl_set_io.txx.


Generated on Thu Aug 21 05:05:56 2008 for core/vsl by  doxygen 1.5.1