IAttr Class Reference

Inheritance diagram for IAttr:

IBase


Public Methods

virtual SRef< IStringgetName ()=0
virtual SRef< IStringgetValue ()=0

Detailed Description

This interface is used to represent a DM attibute. Both the name and the value can be accessed via the IAttr interface. Typical usage will see an iterator of IAttr pointers passed into or out of a DM interface function. The iterator will typically be an expansion of the templated IIter<> interface class.


Member Function Documentation

SRef< IString > IAttr::getName   [pure virtual]
 

This function returns the name of the attribute in the form of a reference counted pointer to an IString interface (see SRef and IString).

SRef< IString > IAttr::getValue   [pure virtual]
 

This function returns the value of the attribute in the form of a reference counted pointer to an IString interface (see SRef and IString).


The documentation for this class was generated from the following files:

Return to top of page