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/classCDisplayT.html | 227 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 ue3/doxygen/classCDisplayT.html (limited to 'ue3/doxygen/classCDisplayT.html') diff --git a/ue3/doxygen/classCDisplayT.html b/ue3/doxygen/classCDisplayT.html new file mode 100644 index 0000000..e837e43 --- /dev/null +++ b/ue3/doxygen/classCDisplayT.html @@ -0,0 +1,227 @@ + + +mycpu: CDisplayT< T > Class Template Reference + + + + +
+ +
+
+ +
+

CDisplayT< T > Class Template Reference

#include <cdisplay.h> +

+ +

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

Public Member Functions

 CDisplayT (std::string name)
 Default ctor.
virtual ~CDisplayT ()
 Default dtor.
virtual const
+std::string & 
getName ()
 returns name of display
virtual void display (const T &value)=0
 prints value to display

Protected Attributes

std::string m_name
+


Detailed Description

+

template<class T>
+ class CDisplayT< T >

+ +Abstract template class for displays

Constructor & Destructor Documentation

+ +
+
+
+template<class T>
+ + + + + + + + + +
CDisplayT< T >::CDisplayT (std::string  name  )  [inline]
+
+
+ +

+Default ctor. +

+

Methodname:
CDisplayT
+
Parameters:
+ + +
name name of display
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+ +

+
+
+template<class T>
+ + + + + + + + +
virtual CDisplayT< T >::~CDisplayT (  )  [inline, virtual]
+
+
+ +

+Default dtor. +

+

Methodname:
~CDisplayT
+
Parameters:
+ + +
- 
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+


Member Function Documentation

+ +
+
+
+template<class T>
+ + + + + + + + +
virtual const std::string& CDisplayT< T >::getName (  )  [inline, virtual]
+
+
+ +

+returns name of display +

+

Methodname:
getName
+
Parameters:
+ + +
- 
+
+
Returns:
name of display
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+ +

+
+
+template<class T>
+ + + + + + + + + +
virtual void CDisplayT< T >::display (const T &  value  )  [pure virtual]
+
+
+ +

+prints value to display +

+

Methodname:
display
+
Parameters:
+ + +
value value to display
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+


Member Data Documentation

+ +
+
+
+template<class T>
+ + + + +
std::string CDisplayT< T >::m_name [protected]
+
+
+ +

+name of display +

+

+


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