Public Member Functions | Protected Attributes | Private Member Functions
DtGenAttrNode Class Reference

This is a generic attribute node I should be able to use this to replace all these extra node classes. More...

+ Inheritance diagram for DtGenAttrNode:
+ Collaboration diagram for DtGenAttrNode:

List of all members.

Public Member Functions

 DtGenAttrNode ()
 Default Constructor.
virtual ~DtGenAttrNode ()
 Destructor.
virtual void addAttribute (const DtString &name, const DtString &attr)
virtual const DtString & getAttribute (const DtString &name)
virtual std::map< DtString,
DtString >::iterator 
getAttributes ()

Protected Attributes

std::map< DtString, DtString > myAttrMap

Private Member Functions

 DtGenAttrNode (const DtGenAttrNode &orig)
 Copy Constructor.
DtGenAttrNodeoperator= (const DtGenAttrNode &rhs)
 Assignment Operator.

Detailed Description

This is a generic attribute node I should be able to use this to replace all these extra node classes.

Less code = less maintenance cost! This is unused as long as other specialized node classes are being used instead


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

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)