C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
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 > | |
reader & | operator>> (reader &in, SArray< Type > &ref) |
template<class Type > | |
writer & | operator<< (writer &out, const SArray< Type > &ref) |
template<class Type > | |
reader & | operator>> (reader &in, SArray< Type > *&ptr) |
template<class Type > | |
writer & | operator<< (writer &out, const SArray< Type > *ptr) |
template<class Type > | |
reader & | operator>> (reader &in, SSArray< Type > &ref) |
template<class Type > | |
writer & | operator<< (writer &out, const SSArray< Type > &ref) |
template<class Type > | |
reader & | operator>> (reader &in, CSSArray< Type > &ref) |
template<class Type > | |
writer & | operator<< (writer &out, const CSSArray< Type > &ref) |
template<class Type > | |
reader & | operator>> (reader &in, IMArray< Type > &ref) |
template<class Type > | |
writer & | operator<< (writer &out, const IMArray< Type > &ref) |
Serialization of SArray.