C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
templ_s_array_rw.h File Reference

Serialization of SArray. More...

#include <templ_s_array.h>
#include <templ_ss_array.h>
#include <templ_css_array.h>
#include <templ_im_array.h>
#include <io_tape.h>

Functions

template<class Type >
readeroperator>> (reader &in, SArray< Type > &ref)
 
template<class Type >
writeroperator<< (writer &out, const SArray< Type > &ref)
 
template<class Type >
readeroperator>> (reader &in, SArray< Type > *&ptr)
 
template<class Type >
writeroperator<< (writer &out, const SArray< Type > *ptr)
 
template<class Type >
readeroperator>> (reader &in, SSArray< Type > &ref)
 
template<class Type >
writeroperator<< (writer &out, const SSArray< Type > &ref)
 
template<class Type >
readeroperator>> (reader &in, CSSArray< Type > &ref)
 
template<class Type >
writeroperator<< (writer &out, const CSSArray< Type > &ref)
 
template<class Type >
readeroperator>> (reader &in, IMArray< Type > &ref)
 
template<class Type >
writeroperator<< (writer &out, const IMArray< Type > &ref)
 

Detailed Description

Serialization of SArray.