IAttribute

The IAttribute class is an abstract base class for user defined attributes.


IAttribute - Member Functions and Data by Group

Constructors & Destructor


[view class]
~IAttribute
public:
virtual ~IAttribute()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Attribute Equality

Use these members to test attributes.


[view class]
operator !=
public:
bool operator !=(const IAttribute& anAttribute) const

Tests two IAttributes for inequality.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator ==
public:
virtual bool operator ==( const IAttribute& anAttribute ) const = 0

Tests two IAttributes for equality. This is an abstract member function.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Cloning Attributes

Use this member to clone attributes.


[view class]
clone
public:
virtual IAttribute* clone() const = 0

Returns a polymorphic copy of the attribute.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IAttribute - Inherited Member Functions and Data

Inherited Public Functions

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data