#include <cmem.h>
Public Member Functions | |
void | initialize (std::istream &in) |
initialize the vector with the content of istream. istream is read per line. empty lines will add unitialized elements. |
void CVectorMem< T, Allocator >::initialize | ( | std::istream & | in | ) | [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 |
std::runtime_error |