#include <cmem.h>
Public Member Functions | |
void | initialize (std::istream &in, T &datatype) |
initialize the vector with the content of istream. istream is read per line. empty lines will add unitialized elements. |
void CMem< T >::initialize | ( | std::istream & | in, | |
T & | datatype | |||
) | [inline] |
initialize the vector with the content of istream. istream is read per line. empty lines will add unitialized elements.
in | inputstream to read from | |
datatype | reference instance of datatype to copy from |
CMemError |