core/vsl/vsl_string_io.txx File Reference


Detailed Description

binary IO functions for vcl_basic_string<T>

Author:
K.Y.McGaul

Definition in file vsl_string_io.txx.

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

Go to the source code of this file.


Defines

#define VSL_STRING_IO_INSTANTIATE(T)

Functions

template<class T>
void vsl_b_write (vsl_b_ostream &s, const vcl_basic_string< T > &v)
 Write string to binary stream.
template<class T>
void vsl_b_read (vsl_b_istream &s, vcl_basic_string< T > &v)
 Read string from binary stream.

Define Documentation

#define VSL_STRING_IO_INSTANTIATE (  ) 

Value:

template void vsl_b_write(vsl_b_ostream& s, const vcl_basic_string<T >& v); \
template void vsl_b_read(vsl_b_istream& s, vcl_basic_string<T >& v)

Definition at line 52 of file vsl_string_io.txx.


Function Documentation

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

Read string from binary stream.

Definition at line 28 of file vsl_string_io.txx.

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

Write string to binary stream.

Definition at line 15 of file vsl_string_io.txx.


Generated on Sat Sep 6 05:06:04 2008 for core/vsl by  doxygen 1.5.1