From dcd1c9a6e1fbb7462db67a15b9e0dfd22d4f6a4f Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 30 May 2009 16:32:43 +0200 Subject: adding doxygen --- ue4/doxygen/classCMem.html | 93 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 ue4/doxygen/classCMem.html (limited to 'ue4/doxygen/classCMem.html') diff --git a/ue4/doxygen/classCMem.html b/ue4/doxygen/classCMem.html new file mode 100644 index 0000000..84c8913 --- /dev/null +++ b/ue4/doxygen/classCMem.html @@ -0,0 +1,93 @@ + + +mycpu: CMem< T > Class Template Reference + + + + +
+ +
+
+ +
+

CMem< T > Class Template Reference

#include <cmem.h> +

+ +

+List of all members. + + + + + +

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.
+


Detailed Description

+

template<class T>
+ class CMem< T >

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

Member Function Documentation

+ +
+
+
+template<class T>
+ + + + + + + + + + + + + + + + + + +
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. +

+

Methodname:
initialize
+
Parameters:
+ + + +
in inputstream to read from
datatype reference instance of datatype to copy from
+
+
Returns:
void
+
Global variables used:
none
+
Exceptions:
+ + +
CMemError 
+
+
Precondition:
none
+
Postcondition:
none
+ +
+

+


The documentation for this class was generated from the following file: +
Generated on Sat May 30 16:32:35 2009 for mycpu by  + +doxygen 1.5.3
+ + -- cgit v1.2.3