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