In file AttributeInterface.h:

class AttributeInterface

This class supplies an interface which children of BaseType can use to access an AttrTable instance

Inheritance:


Public Methods

virtual AttrTable& getAttrTable()
Access an attribute table (an instance of AttrTable)
virtual void setAttrTable(AttrTable &attr)
Store an attribute table (AttrTable) in the object

Documentation

This class supplies an interface which children of BaseType can use to access an AttrTable instance. The child classes must supply the AttrTable instance.
virtual AttrTable& getAttrTable()
Access an attribute table (an instance of AttrTable)
Returns:
AttrTable \&

virtual void setAttrTable(AttrTable &attr)
Store an attribute table (AttrTable) in the object.
Parameters:
attr - A reference to the attribute table (AttrTable) to store in the object.


Direct child classes:
ClientArray
Author:
jhrg
See Also:
ClientByte
ClientArray

alphabetic index hierarchy of classes


generated by doc++