From 3563c6dfd0f5f102cb748ecc6ad318601990515e Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 14 May 2009 18:21:15 +0200 Subject: adding doxygen docs --- ue3/doxygen/classCVectorMem.html | 83 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 ue3/doxygen/classCVectorMem.html (limited to 'ue3/doxygen/classCVectorMem.html') diff --git a/ue3/doxygen/classCVectorMem.html b/ue3/doxygen/classCVectorMem.html new file mode 100644 index 0000000..599c348 --- /dev/null +++ b/ue3/doxygen/classCVectorMem.html @@ -0,0 +1,83 @@ + + +mycpu: CVectorMem< T, Allocator > Class Template Reference + + + + +
+ +
+
+ +
+

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
+ + -- cgit v1.2.3