the template of attribute More...
#include <attribute.hpp>
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] |
the template of attribute