VR-Forces 4.6 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)

Reimplemented in DtRwStringAttribute.

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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)