VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtStringAttribute Class Reference

class DtStringAttribute: More...

Inheritance diagram for DtStringAttribute:
Inheritance graph
[legend]

Public Member Functions

 DtStringAttribute ()
 
 DtStringAttribute (const DtString &key, const DtString &data)
 
virtual ~DtStringAttribute ()
 
 DtStringAttribute (const DtStringAttribute &orig)
 
DtStringAttributeoperator= (const DtStringAttribute &orig)
 
bool operator== (const DtStringAttribute &rhs) const
 
const DtStringkey () const
 
DtStringkey ()
 
void setKey (const DtString &newKey)
 
const DtStringdata () const
 
DtStringdata ()
 
void setData (const DtString &newData)
 

Protected Attributes

DtString myKey
 
DtString myData
 

Detailed Description

class DtStringAttribute:

Instances of DtStringAttribute represent and mapping between a DtString "key" and a piece of data that collectively form an attribute.

Constructor & Destructor Documentation

DtStringAttribute::DtStringAttribute ( )
DtStringAttribute::DtStringAttribute ( const DtString key,
const DtString data 
)
virtual DtStringAttribute::~DtStringAttribute ( )
virtual
DtStringAttribute::DtStringAttribute ( const DtStringAttribute orig)

Member Function Documentation

DtStringAttribute& DtStringAttribute::operator= ( const DtStringAttribute orig)
bool DtStringAttribute::operator== ( const DtStringAttribute rhs) const
const DtString& DtStringAttribute::key ( ) const
DtString& DtStringAttribute::key ( )
void DtStringAttribute::setKey ( const DtString newKey)
const DtString& DtStringAttribute::data ( ) const
DtString& DtStringAttribute::data ( )
void DtStringAttribute::setData ( const DtString newData)

Member Data Documentation

DtString DtStringAttribute::myKey
protected
DtString DtStringAttribute::myData
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)