Public Member Functions

IAttribute Class Reference

the interface of attribute More...

#include <attribute.hpp>

Inheritance diagram for IAttribute:
Inheritance graph
[legend]
Collaboration diagram for IAttribute:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~IAttribute (void)
virtual void SetValue (const int &riValue)=0
virtual void GetValue (int &riValue) const =0
virtual void SetValue (const float &rfValue)=0
virtual void GetValue (float &rfValue) const =0
virtual void SetValue (const double &rdValue)=0
virtual void GetValue (double &rdValue) const =0

Detailed Description

the interface of attribute


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