Public Member Functions | Private Attributes

TAttribute< TN > Class Template Reference

the template of attribute More...

#include <attribute.hpp>

Inheritance diagram for TAttribute< TN >:
Inheritance graph
[legend]
Collaboration diagram for TAttribute< TN >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAttribute (void)
virtual ~TAttribute (void)
virtual void SetValue (const int &riValue)
virtual void GetValue (int &riValue) const
virtual void SetValue (const float &rfValue)
virtual void GetValue (float &rfValue) const
virtual void SetValue (const double &rdValue)
virtual void GetValue (double &rdValue) const

Private Attributes

char m_acValue [STRLEN_ATTRIBUTE_VALUE]

Detailed Description

template<typename TN>
class TAttribute< TN >

the template of attribute


The documentation for this class was generated from the following file:
All Classes Files Functions Variables Typedefs Enumerator Defines