VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
DtIntegerAttribute Class Reference

class DtIntegerAttribute: More...

Inheritance diagram for DtIntegerAttribute:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtIntegerAttribute ()
 DtIntegerAttribute (const DtString &key, int data)
virtual ~DtIntegerAttribute ()
 DtIntegerAttribute (const DtIntegerAttribute &orig)
DtIntegerAttributeoperator= (const DtIntegerAttribute &orig)
bool operator== (const DtIntegerAttribute &rhs) const
const DtStringkey () const
DtStringkey ()
void setKey (const DtString &newKey)
int data () const
void setData (int newData)

Protected Attributes

DtString myKey
int myData

Detailed Description

class DtIntegerAttribute:

Instances of DtIntegerAttribute represent and mapping between a DtString "key" and a piece of data (int) that collectively create an attribute.


Constructor & Destructor Documentation

DtIntegerAttribute::DtIntegerAttribute ( const DtString key,
int  data 
)

Member Function Documentation

DtIntegerAttribute& DtIntegerAttribute::operator= ( const DtIntegerAttribute orig)

Reimplemented in DtRwIntegerAttribute.

bool DtIntegerAttribute::operator== ( const DtIntegerAttribute rhs) const
void DtIntegerAttribute::setKey ( const DtString newKey)
int DtIntegerAttribute::data ( ) const
void DtIntegerAttribute::setData ( int  newData)

Member Data Documentation

int DtIntegerAttribute::myData [protected]

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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)