CVectorMem< T, Allocator > Class Template Reference

#include <cmem.h>

List of all members.

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.


Detailed Description

template<class T, class Allocator = std::allocator<T>>
class CVectorMem< T, Allocator >

Extends std::vector template for use as memory for CCPU.

Member Function Documentation

template<class T, class Allocator = std::allocator<T>>
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.

Methodname:
initialize
Parameters:
in inputstream to read from
Returns:
void
Global variables used:
none
Exceptions:
std::runtime_error 
Conditions:
none


The documentation for this class was generated from the following file:
Generated on Thu May 14 18:19:17 2009 for mycpu by  doxygen 1.5.3