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/classCDatSet.html | 178 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 ue4/doxygen/classCDatSet.html (limited to 'ue4/doxygen/classCDatSet.html') diff --git a/ue4/doxygen/classCDatSet.html b/ue4/doxygen/classCDatSet.html new file mode 100644 index 0000000..6b9a173 --- /dev/null +++ b/ue4/doxygen/classCDatSet.html @@ -0,0 +1,178 @@ + + +mycpu: CDatSet Class Reference + + + + +
+ +
+
+ +
+

CDatSet Class Reference

#include <cdatset.h> +

+

+Inheritance diagram for CDatSet:
+
+ +

+ +CDat< int > + +
+ +

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

Public Member Functions

 CDatSet ()
 Default ctor.
 CDatSet (const int newval)
 Copy constructor for int.

Friends

std::istream & operator>> (std::istream &stream, CDatSet &cdat)
 Shift/read operator for inputstream.
+


Detailed Description

+Datatype template for CCPU and CMem.

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
CDatSet::CDatSet (  )  [inline]
+
+
+ +

+Default ctor. +

+

Methodname:
CDatSet
+
Parameters:
+ + +
- 
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
bad_alloc 
+
+
Precondition:
none
+
Postcondition:
none
+ +
+

+ +

+
+ + + + + + + + + +
CDatSet::CDatSet (const int  newval  )  [inline]
+
+
+ +

+Copy constructor for int. +

+

Methodname:
CDatSet
+
Parameters:
+ + +
newval new value for CDatSet
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Precondition:
none
+
Postcondition:
none
+ +
+

+


Friends And Related Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
std::istream& operator>> (std::istream &  stream,
CDatSet cdat 
) [friend]
+
+
+ +

+Shift/read operator for inputstream. +

+

Methodname:
operator>>
+
Parameters:
+ + + +
stream reference to inputstream
cdat reference to object which will be read from stream
+
+
Returns:
reference to inputstream
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Precondition:
stream != null
+
Postcondition:
cdat.m_value = count of char 'o'
+ +
+

+


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