VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions

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:

Public Member Functions

 DtGenAttrNode ()
 Default Constructor. More...
 
virtual ~DtGenAttrNode ()
 Destructor. More...
 
virtual void addAttribute (const DtString &name, const DtString &attr)
 
virtual const DtStringgetAttribute (const DtString &name)
 
virtual std::map< DtString,
DtString >::iterator 
getAttributes ()
 
- Public Member Functions inherited from DtOMTNode
 DtOMTNode ()
 Default Constructor. More...
 
virtual ~DtOMTNode ()
 Destructor. More...
 
 DtOMTNode (const DtOMTNode &orig)
 Copy Constructor. More...
 
DtOMTNodeoperator= (const DtOMTNode &rhs)
 Assignment Operator. More...
 
virtual void setName (const DtString &)
 
virtual const DtStringgetName () const
 
virtual void setUniqueName (const DtString &)
 
virtual const DtStringgetUniqueName () const
 
virtual void setNote (const DtString &)
 
virtual const DtStringgetNote () const
 

Protected Attributes

std::map< DtString, DtStringmyAttrMap
 
- Protected Attributes inherited from DtOMTNode
DtString myName
 
DtString myNote
 
DtString myUniqueName
 

Private Member Functions

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

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

Constructor & Destructor Documentation

DtGenAttrNode::DtGenAttrNode ( )

Default Constructor.

virtual DtGenAttrNode::~DtGenAttrNode ( )
virtual

Destructor.

DtGenAttrNode::DtGenAttrNode ( const DtGenAttrNode orig)
private

Copy Constructor.

Member Function Documentation

virtual void DtGenAttrNode::addAttribute ( const DtString name,
const DtString attr 
)
virtual
virtual const DtString& DtGenAttrNode::getAttribute ( const DtString name)
virtual
virtual std::map<DtString, DtString>::iterator DtGenAttrNode::getAttributes ( )
virtual
DtGenAttrNode& DtGenAttrNode::operator= ( const DtGenAttrNode rhs)
private

Assignment Operator.

Member Data Documentation

std::map<DtString, DtString> DtGenAttrNode::myAttrMap
protected

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

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)